aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides
diff options
context:
space:
mode:
authorPedro Fayolle <pfayolle@gmail.com>2010-09-23 18:26:21 -0700
committerPedro Fayolle <pfayolle@gmail.com>2010-09-23 18:26:21 -0700
commit78d140d06dece707e8c6aec95c72dcaafa65e41c (patch)
treeced3ad0da3dc162ad84ab8169bfcdb222ebe76a6 /railties/guides
parentd24914c2e8f38a018b4855d65008d07b8ba8bb5b (diff)
downloadrails-78d140d06dece707e8c6aec95c72dcaafa65e41c.tar.gz
rails-78d140d06dece707e8c6aec95c72dcaafa65e41c.tar.bz2
rails-78d140d06dece707e8c6aec95c72dcaafa65e41c.zip
Fixed typo (CategoriesControlleR -> CategoriesControlleR).
Diffstat (limited to 'railties/guides')
-rw-r--r--railties/guides/source/routing.textile2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/routing.textile b/railties/guides/source/routing.textile
index cfba58d8da..5c7b256490 100644
--- a/railties/guides/source/routing.textile
+++ b/railties/guides/source/routing.textile
@@ -723,7 +723,7 @@ scope(:path_names => { :new => "neu", :edit => "bearbeiten" }) do
end
</ruby>
-Rails now creates routes to the +CategoriesControlleR+.
+Rails now creates routes to the +CategoriesController+.
|_.HTTP verb|_.Path |_.action |
|GET |/kategorien |index |