From c79b9c86014d9a1cb1f9d8e514975f48619e69c5 Mon Sep 17 00:00:00 2001 From: yui-knk Date: Tue, 24 Mar 2015 09:01:15 +0900 Subject: [PATCH] [ci skip] Fix an object of `reference` --- guides/source/getting_started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/source/getting_started.md b/guides/source/getting_started.md index fe01088b2e..cdd5be4f92 100644 --- a/guides/source/getting_started.md +++ b/guides/source/getting_started.md @@ -1510,7 +1510,7 @@ comments on articles. We're going to see the same generator that we used before when creating the `Article` model. This time we'll create a `Comment` model to hold -reference of article comments. Run this command in your terminal: +reference to an article. Run this command in your terminal: ```bash $ bin/rails generate model Comment commenter:string body:text article:references