Fix grammar per nullvoxpopli [ci skip]

This commit is contained in:
Benjamin Fleischer 2015-12-16 12:56:55 -06:00
parent 9030c2b065
commit 13c9a90fa5

View File

@ -82,7 +82,9 @@ ActiveModelSerializers will use `PostSerializer::CommentSerializer` (thus includ
## Rails Integration
ActiveModelSerializers will automatically integrate with you Rails app, you won't need to update your controller, this is a example of how it will look like:
ActiveModelSerializers will automatically integrate with your Rails app,
so you won't need to update your controller.
This is a example of how the controller will look:
```ruby
class PostsController < ApplicationController