diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2007-09-23 22:42:19 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2007-09-23 22:42:19 +0000 |
commit | ab09984d4ac6c99cad8e984dd0d9771790fa1d1d (patch) | |
tree | 8b0076072b5fe96e6ca74a852b4e8adeecd32a91 /railties/html/index.html | |
parent | f0055871a39039fb5e876a1cc2fbc0000da95f55 (diff) | |
download | rails-ab09984d4ac6c99cad8e984dd0d9771790fa1d1d.tar.gz rails-ab09984d4ac6c99cad8e984dd0d9771790fa1d1d.tar.bz2 rails-ab09984d4ac6c99cad8e984dd0d9771790fa1d1d.zip |
Fix docs (closes #9570) [anshkakashi]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7604 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'railties/html/index.html')
-rw-r--r-- | railties/html/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/html/index.html b/railties/html/index.html index af34c16b90..84b7b57c91 100644 --- a/railties/html/index.html +++ b/railties/html/index.html @@ -265,7 +265,7 @@ <li> <h2>Set up a default route and remove or rename this file</h2> - <p>Routes are setup in config/routes.rb.</p> + <p>Routes are set up in config/routes.rb.</p> </li> </ol> </div> |