Skip to content

Commit 13c9a90

Browse files
committed
Fix grammar per nullvoxpopli [ci skip]
1 parent 9030c2b commit 13c9a90

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/general/getting_started.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,9 @@ ActiveModelSerializers will use `PostSerializer::CommentSerializer` (thus includ
8282

8383
## Rails Integration
8484

85-
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:
85+
ActiveModelSerializers will automatically integrate with your Rails app,
86+
so you won't need to update your controller.
87+
This is a example of how the controller will look:
8688

8789
```ruby
8890
class PostsController < ApplicationController

0 commit comments

Comments
 (0)