aboutsummaryrefslogtreecommitdiffstats
path: root/railties/doc/guides
diff options
context:
space:
mode:
authorMike Gunderloy <MikeG1@larkfarm.com>2008-09-15 08:02:46 -0500
committerMike Gunderloy <MikeG1@larkfarm.com>2008-09-15 08:03:13 -0500
commitaf0e88bd852b70cf49dbdf07e2e645062c86f4de (patch)
tree4525ecf32c07ebddcc1c727f63d2f7882a00684c /railties/doc/guides
parent26b4fca46ecb8080022d24ea16fed5eff45894a3 (diff)
downloadrails-af0e88bd852b70cf49dbdf07e2e645062c86f4de.tar.gz
rails-af0e88bd852b70cf49dbdf07e2e645062c86f4de.tar.bz2
rails-af0e88bd852b70cf49dbdf07e2e645062c86f4de.zip
Typo fixes.
Diffstat (limited to 'railties/doc/guides')
-rw-r--r--railties/doc/guides/routing/routing_outside_in.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/doc/guides/routing/routing_outside_in.txt b/railties/doc/guides/routing/routing_outside_in.txt
index 415ab92f34..2e48ca59b7 100644
--- a/railties/doc/guides/routing/routing_outside_in.txt
+++ b/railties/doc/guides/routing/routing_outside_in.txt
@@ -750,7 +750,7 @@ map.index :controller => "pages", :action => "main"
map.root :index
-------------------------------------------------------
-Because of the top-down processing of the file, the named route must be specified _before_ the call to +map.route+.
+Because of the top-down processing of the file, the named route must be specified _before_ the call to +map.root+.
=== Connecting the Empty String