From 13c9a90fa5bbd7705dff68b918b22ada63c1f577 Mon Sep 17 00:00:00 2001 From: Benjamin Fleischer Date: Wed, 16 Dec 2015 12:56:55 -0600 Subject: [PATCH] Fix grammar per nullvoxpopli [ci skip] --- docs/general/getting_started.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/general/getting_started.md b/docs/general/getting_started.md index 91e74c09..5dc7b391 100644 --- a/docs/general/getting_started.md +++ b/docs/general/getting_started.md @@ -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