aboutsummaryrefslogtreecommitdiffstats
path: root/railties
diff options
context:
space:
mode:
authorGeoff Buesing <gbuesing@gmail.com>2008-03-22 05:27:07 +0000
committerGeoff Buesing <gbuesing@gmail.com>2008-03-22 05:27:07 +0000
commitea285c2f783f4f06918b9c5f5956cf4d5c5e5e25 (patch)
treeec41ad83b88a41b1069b45532c0a58df19fd7429 /railties
parent3e556d3dbc714ad0c55142198bb0d832df7c895b (diff)
downloadrails-ea285c2f783f4f06918b9c5f5956cf4d5c5e5e25.tar.gz
rails-ea285c2f783f4f06918b9c5f5956cf4d5c5e5e25.tar.bz2
rails-ea285c2f783f4f06918b9c5f5956cf4d5c5e5e25.zip
Correct grammar in config.time_zone description in environment.rb
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9078 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'railties')
-rw-r--r--railties/environments/environment.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/environments/environment.rb b/railties/environments/environment.rb
index 830d4f451d..41210f9913 100644
--- a/railties/environments/environment.rb
+++ b/railties/environments/environment.rb
@@ -56,6 +56,6 @@ Rails::Initializer.run do |config|
# Make Time.zone default to the specified zone, and make ActiveRecord store time values
# in the database in UTC, and return them converted to the specified local zone.
- # Run `rake -D time` for a list tasks for finding time zone names.
+ # Run `rake -D time` for a list of tasks for finding time zone names.
# config.time_zone = 'UTC'
end \ No newline at end of file