Skip to content

Commit

Permalink
Fix small typos in README (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
lagartoflojo authored and NullVoxPopuli committed Jun 18, 2018
1 parent ac2bacf commit 75936a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ Including the gem in your gemfile enables the new structure.

### A note for ActiveModelSerializers

ActiveModelSerializers, be default, does not consider your _controller's_ namespace when searching for searializers.
ActiveModelSerializers, by default, does not consider your _controller's_ namespace when searching for searializers.

To address that problem, you'll need to add this to the serializer lookup chain

Expand All @@ -101,7 +101,7 @@ ActiveModelSerializers.config.serializer_lookup_chain.unshift(
end
)
```
Note: as of 2016-11-04, only [this branch of AMS](https://github.com/rails-api/active_model_serializers/pull/1757) supports a confnigurable lookup chain
Note: as of 2016-11-04, only [this branch of AMS](https://github.com/rails-api/active_model_serializers/pull/1757) supports a configurable lookup chain

Note: as of 2016-11-16, the `master` (>= v0.10.3) branch of AMS supports configurable lookup chain.

Expand Down

0 comments on commit 75936a1

Please sign in to comment.