aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/getting_started.md
diff options
context:
space:
mode:
authorLauro Caetano <laurocaetano1@gmail.com>2013-12-12 15:14:49 -0800
committerLauro Caetano <laurocaetano1@gmail.com>2013-12-12 15:14:49 -0800
commit17922930c384e22bb4b37523b1b5f4db2137c134 (patch)
tree4a03635eef281fddb23d1367c271d3db22ca6ab0 /guides/source/getting_started.md
parent81433addc2951457e7e201297ae3cd9e83a2affb (diff)
parent6353ea47464b708faaef01a27531915625b93439 (diff)
downloadrails-17922930c384e22bb4b37523b1b5f4db2137c134.tar.gz
rails-17922930c384e22bb4b37523b1b5f4db2137c134.tar.bz2
rails-17922930c384e22bb4b37523b1b5f4db2137c134.zip
Merge pull request #13302 from afshinator/master
fix grammatical error
Diffstat (limited to 'guides/source/getting_started.md')
-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 b57441b1c3..279a977f6f 100644
--- a/guides/source/getting_started.md
+++ b/guides/source/getting_started.md
@@ -398,7 +398,7 @@ If you refresh <http://localhost:3000/posts/new> now, you'll get a new error:
This error indicates that Rails cannot find the `new` action inside the `PostsController`
that you just generated. This is because when controllers are generated in Rails
-they are empty by default, unless you tell it you wanted actions during the
+they are empty by default, unless you tell it your wanted actions during the
generation process.
To manually define an action inside a controller, all you need to do is to