Skip to content

Commit f353ded

Browse files
authored
Merge pull request #2038 from nsarno/patch-1
Fix small typo in README.md
2 parents 9a2f489 + db617b8 commit f353ded

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ and, if there is no serializer, primitives.
187187

188188
### ActiveModelSerializers::Adapter::Base
189189

190-
The **`ActiveModelSerializeres::Adapter::Base`** describes the structure of the JSON document generated from a
190+
The **`ActiveModelSerializers::Adapter::Base`** describes the structure of the JSON document generated from a
191191
serializer. For example, the `Attributes` example represents each serializer as its
192192
unmodified attributes. The `JsonApi` adapter represents the serializer as a [JSON
193193
API](http://jsonapi.org/) document.

0 commit comments

Comments
 (0)