From af0e88bd852b70cf49dbdf07e2e645062c86f4de Mon Sep 17 00:00:00 2001 From: Mike Gunderloy Date: Mon, 15 Sep 2008 08:02:46 -0500 Subject: Typo fixes. --- railties/doc/guides/routing/routing_outside_in.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'railties/doc') 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 -- cgit v1.2.3