aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides
diff options
context:
space:
mode:
authorLee Reilly <lee@leereilly.net>2011-05-25 13:14:00 -0700
committerLee Reilly <lee@leereilly.net>2011-05-25 13:14:00 -0700
commit29ff12b738280f1f6a2a669cd49ec83125b04fb4 (patch)
treef70ac4139fee5bd67cffdad9dad2e0cf3cbeadf6 /railties/guides
parent2c29c40a0d2bf335047388aeadd30b9621fdbafd (diff)
downloadrails-29ff12b738280f1f6a2a669cd49ec83125b04fb4.tar.gz
rails-29ff12b738280f1f6a2a669cd49ec83125b04fb4.tar.bz2
rails-29ff12b738280f1f6a2a669cd49ec83125b04fb4.zip
Typo; changed 'enviroment' to 'environment'
Diffstat (limited to 'railties/guides')
-rw-r--r--railties/guides/source/configuring.textile2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/configuring.textile b/railties/guides/source/configuring.textile
index fbe3d46367..135c849ec3 100644
--- a/railties/guides/source/configuring.textile
+++ b/railties/guides/source/configuring.textile
@@ -414,7 +414,7 @@ Rails has 5 initialization events which can be hooked into (listed in order that
* +to_prepare+: Run after the initializers are ran for all Railties (including the application itself), but before eager loading and the middleware stack is built.
-* +before_eager_load+: This is run directly before eager loading occurs, which is the default behaviour for the _production_ environment and not for the +development+ enviroment.
+* +before_eager_load+: This is run directly before eager loading occurs, which is the default behaviour for the _production_ environment and not for the +development+ environment.
* +after_initialize+: Run directly after the initialization of the application, but before the application initializers are run.