diff options
author | Chris Kampmeier <chris@kampers.net> | 2008-05-16 12:09:46 -0700 |
---|---|---|
committer | Chris Kampmeier <chris@kampers.net> | 2008-05-16 13:45:28 -0700 |
commit | 70e4bcf5cb039bea073851faed2df9f465e6f2f8 (patch) | |
tree | 39233d2345a1aa1b92e93ff9453c48181a265fbf /railties/configs | |
parent | 6ea5e4208f724b50e774e6a1af027336c3ee3de1 (diff) | |
download | rails-70e4bcf5cb039bea073851faed2df9f465e6f2f8.tar.gz rails-70e4bcf5cb039bea073851faed2df9f465e6f2f8.tar.bz2 rails-70e4bcf5cb039bea073851faed2df9f465e6f2f8.zip |
Fix a couple spelling errors in docs
Diffstat (limited to 'railties/configs')
-rw-r--r-- | railties/configs/initializers/new_rails_defaults.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/configs/initializers/new_rails_defaults.rb b/railties/configs/initializers/new_rails_defaults.rb index b8f0e2cac2..1a718608ae 100644 --- a/railties/configs/initializers/new_rails_defaults.rb +++ b/railties/configs/initializers/new_rails_defaults.rb @@ -1,4 +1,4 @@ -# These settins change the behavior of Rails 2 apps and will be defaults +# These settings change the behavior of Rails 2 apps and will be defaults # for Rails 3. You can remove this initializer when Rails 3 is released. # Only save the attributes that have changed since the record was loaded. |