aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source
diff options
context:
space:
mode:
Diffstat (limited to 'guides/source')
-rw-r--r--guides/source/getting_started.textile2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/getting_started.textile b/guides/source/getting_started.textile
index 6d847575c4..e93a94448a 100644
--- a/guides/source/getting_started.textile
+++ b/guides/source/getting_started.textile
@@ -510,7 +510,7 @@ wherever the model was saved or not.
h4. Showing Posts
If you submit the form again now, Rails will complain about not finding
-the +show+ action. That's not very useful though, so let's aff the
+the +show+ action. That's not very useful though, so let's add the
+show+ action before proceeding. Open +config/routes.rb+ and add the following route:
<ruby>