Merge pull request #19483 from yui-knk/fix/getting_started

[ci skip] Fix an object of `reference`
This commit is contained in:
Zachary Scott 2015-03-29 12:52:19 -07:00
commit e8a334a9ee
1 changed files with 1 additions and 1 deletions

View File

@ -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