Skip to content

Commit

Permalink
Fix small typo in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nsarno authored Jan 23, 2017
1 parent 9a2f489 commit db617b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ and, if there is no serializer, primitives.

### ActiveModelSerializers::Adapter::Base

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

0 comments on commit db617b8

Please sign in to comment.