From ea285c2f783f4f06918b9c5f5956cf4d5c5e5e25 Mon Sep 17 00:00:00 2001 From: Geoff Buesing Date: Sat, 22 Mar 2008 05:27:07 +0000 Subject: 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 --- railties/environments/environment.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3