aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source
diff options
context:
space:
mode:
authorRobin Dupret <robin.dupret@gmail.com>2014-04-20 12:23:19 +0200
committerRobin Dupret <robin.dupret@gmail.com>2014-04-20 12:23:19 +0200
commitb1000ead4232ed0b019796b836003596300946f1 (patch)
tree90cd3ce6920bbfbe6accd09c81fafecf460197e8 /guides/source
parent5460591f0226a9d248b7b4f89186bd5553e7768f (diff)
parentcd86201ec6845ffbabe0ba7e1edbb0d9a0860fc5 (diff)
downloadrails-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.md2
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