aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/generators.textile
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2010-10-19 23:07:29 +0200
committerXavier Noria <fxn@hashref.com>2010-10-19 23:07:29 +0200
commitd619b9d1d1ad8d7497bf24283b2318c056283f48 (patch)
treed0a937b8630d4244eb91f45398dfe2be69ba6c45 /railties/guides/source/generators.textile
parent95d87823d4c9837e7a491fb4469869c5b2de5e05 (diff)
parente43de58ab449218ab2d56e30e54e429aadcb8a1b (diff)
downloadrails-d619b9d1d1ad8d7497bf24283b2318c056283f48.tar.gz
rails-d619b9d1d1ad8d7497bf24283b2318c056283f48.tar.bz2
rails-d619b9d1d1ad8d7497bf24283b2318c056283f48.zip
Merge branch 'master' of git://github.com/lifo/docrails
Diffstat (limited to 'railties/guides/source/generators.textile')
-rw-r--r--railties/guides/source/generators.textile2
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