diff options
author | Nick Quaranto <nick@quaran.to> | 2010-10-14 17:24:59 -0400 |
---|---|---|
committer | Nick Quaranto <nick@quaran.to> | 2010-10-14 17:24:59 -0400 |
commit | a18cefbc3a9a025a076a0f5e18f6b9991e7df8e3 (patch) | |
tree | 18a0e6137b04d0fb66ecb5654d633023e573461e | |
parent | cfb1ba023b11f82d776f9744ddbe7c826c8d7fbc (diff) | |
download | rails-a18cefbc3a9a025a076a0f5e18f6b9991e7df8e3.tar.gz rails-a18cefbc3a9a025a076a0f5e18f6b9991e7df8e3.tar.bz2 rails-a18cefbc3a9a025a076a0f5e18f6b9991e7df8e3.zip |
Fixing a small typo in the generators guide
-rw-r--r-- | railties/guides/source/generators.textile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/generators.textile b/railties/guides/source/generators.textile index b1f8ea29da..0f2cbb76dc 100644 --- a/railties/guides/source/generators.textile +++ b/railties/guides/source/generators.textile @@ -144,7 +144,7 @@ generators/initializer_generator.rb If none is found you get an error message. -INFO: The examples above put files under the application's +lib+ because said directoty belongs to +$LOAD_PATH+. +INFO: The examples above put files under the application's +lib+ because said directory belongs to +$LOAD_PATH+. h3. Customizing Your Workflow |