diff options
author | Vijay Dev <vijaydev.cse@gmail.com> | 2011-08-03 19:34:23 +0530 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2011-08-04 16:41:30 -0700 |
commit | 25845b3d42c899749913d948f952f332e275fd26 (patch) | |
tree | 5e961d001f8d5d5522f5544b05dfdf0f611b943c /railties/guides/source | |
parent | febdd6c96c827b8faee22ba9d15c1d943a70a6d3 (diff) | |
download | rails-25845b3d42c899749913d948f952f332e275fd26.tar.gz rails-25845b3d42c899749913d948f952f332e275fd26.tar.bz2 rails-25845b3d42c899749913d948f952f332e275fd26.zip |
typo fix
Diffstat (limited to 'railties/guides/source')
-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: |