diff options
author | Mike Gunderloy <MikeG1@larkfarm.com> | 2008-09-15 08:02:46 -0500 |
---|---|---|
committer | Mike Gunderloy <MikeG1@larkfarm.com> | 2008-09-15 08:03:13 -0500 |
commit | af0e88bd852b70cf49dbdf07e2e645062c86f4de (patch) | |
tree | 4525ecf32c07ebddcc1c727f63d2f7882a00684c /railties | |
parent | 26b4fca46ecb8080022d24ea16fed5eff45894a3 (diff) | |
download | rails-af0e88bd852b70cf49dbdf07e2e645062c86f4de.tar.gz rails-af0e88bd852b70cf49dbdf07e2e645062c86f4de.tar.bz2 rails-af0e88bd852b70cf49dbdf07e2e645062c86f4de.zip |
Typo fixes.
Diffstat (limited to 'railties')
-rw-r--r-- | railties/doc/guides/routing/routing_outside_in.txt | 2 |
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 |