diff options
author | Robin Dupret <robin.dupret@gmail.com> | 2014-04-20 12:23:19 +0200 |
---|---|---|
committer | Robin Dupret <robin.dupret@gmail.com> | 2014-04-20 12:23:19 +0200 |
commit | b1000ead4232ed0b019796b836003596300946f1 (patch) | |
tree | 90cd3ce6920bbfbe6accd09c81fafecf460197e8 /guides/source | |
parent | 5460591f0226a9d248b7b4f89186bd5553e7768f (diff) | |
parent | cd86201ec6845ffbabe0ba7e1edbb0d9a0860fc5 (diff) | |
download | rails-b1000ead4232ed0b019796b836003596300946f1.tar.gz rails-b1000ead4232ed0b019796b836003596300946f1.tar.bz2 rails-b1000ead4232ed0b019796b836003596300946f1.zip |
Merge pull request #14816 from jonatack/patch-2
Grammar fix in Getting Started Guide [ci skip]
Diffstat (limited to 'guides/source')
-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 |