diff options
author | Jon Atack <jon@atack.com> | 2014-04-20 12:21:28 +0200 |
---|---|---|
committer | Jon Atack <jon@atack.com> | 2014-04-20 12:21:28 +0200 |
commit | cd86201ec6845ffbabe0ba7e1edbb0d9a0860fc5 (patch) | |
tree | 90cd3ce6920bbfbe6accd09c81fafecf460197e8 | |
parent | 5460591f0226a9d248b7b4f89186bd5553e7768f (diff) | |
download | rails-cd86201ec6845ffbabe0ba7e1edbb0d9a0860fc5.tar.gz rails-cd86201ec6845ffbabe0ba7e1edbb0d9a0860fc5.tar.bz2 rails-cd86201ec6845ffbabe0ba7e1edbb0d9a0860fc5.zip |
Grammar fix in Getting Started Guide
-rw-r--r-- | guides/source/getting_started.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/getting_started.md b/guides/source/getting_started.md index 36bbd1187c..e7880ca642 100644 --- a/guides/source/getting_started.md +++ b/guides/source/getting_started.md @@ -863,7 +863,7 @@ def index end ``` -And then finally, add view for this action, located at +And then finally, add the view for this action, located at `app/views/articles/index.html.erb`: ```html+erb |