diff options
author | Vijay Dev <vijaydev.cse@gmail.com> | 2011-08-03 19:34:23 +0530 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2011-08-13 16:22:14 -0700 |
commit | e4d8a95443bbb86cb9a446397469229e85f21867 (patch) | |
tree | 8ad9d5e4f88f5fee66c19966c4114797a66a6186 | |
parent | 688b0c318f411a65bb2e27614dd9fe004427a344 (diff) | |
download | rails-e4d8a95443bbb86cb9a446397469229e85f21867.tar.gz rails-e4d8a95443bbb86cb9a446397469229e85f21867.tar.bz2 rails-e4d8a95443bbb86cb9a446397469229e85f21867.zip |
typo fix
-rw-r--r-- | railties/guides/source/initialization.textile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/initialization.textile b/railties/guides/source/initialization.textile index 9b92edd250..6ab2706d6b 100644 --- a/railties/guides/source/initialization.textile +++ b/railties/guides/source/initialization.textile @@ -33,7 +33,7 @@ end This file will attempt to load +rails/cli+ and if it cannot find it then add the +railties/lib+ path to the load path (+$:+) and will then try to require it again. -h4. +railites/lib/rails/cli.rb+ +h4. +railties/lib/rails/cli.rb+ This file looks like this: |