aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorAfshin Mokhtari <afshinator@hotmail.com>2013-12-12 17:52:18 -0500
committerAfshin Mokhtari <afshinator@hotmail.com>2013-12-12 17:52:18 -0500
commit6353ea47464b708faaef01a27531915625b93439 (patch)
treea26c6f5e9542b651f6e8f56f4def193828b85e32 /guides
parenta176bd095c3cba498369870681695bb29a68f0f9 (diff)
downloadrails-6353ea47464b708faaef01a27531915625b93439.tar.gz
rails-6353ea47464b708faaef01a27531915625b93439.tar.bz2
rails-6353ea47464b708faaef01a27531915625b93439.zip
fix grammatical error
Diffstat (limited to 'guides')
-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