Commit c785530c authored by Grzegorz Bizon's avatar Grzegorz Bizon

Merge branch 'mo-serializer-patch-readme' into 'master'

Fix typo on serializer README.md

See merge request gitlab-org/gitlab!24105
parents 91fee199 33904f86
...@@ -64,7 +64,7 @@ A new serializer should inherit from a `BaseSerializer` class. It is necessary ...@@ -64,7 +64,7 @@ A new serializer should inherit from a `BaseSerializer` class. It is necessary
to specify which serialization entity will be used to serialize a resource. to specify which serialization entity will be used to serialize a resource.
```ruby ```ruby
class MyResourceSerializer < BaseSerialize class MyResourceSerializer < BaseSerializer
entity MyResourceEntity entity MyResourceEntity
end end
``` ```
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment