diff options
author | Guo Xiang Tan <tgx_world@hotmail.com> | 2014-11-17 23:45:58 +0800 |
---|---|---|
committer | Guo Xiang Tan <tgx_world@hotmail.com> | 2014-11-17 23:45:58 +0800 |
commit | 1966ecf6687d62e1130d862be7f86c5b1b56e341 (patch) | |
tree | 291e9cfb3755199f7002d655ffdbda0bab041f43 /railties | |
parent | 29b3e548f32c42cb99d9dd2d03c2cd34fa53d867 (diff) | |
download | rails-1966ecf6687d62e1130d862be7f86c5b1b56e341.tar.gz rails-1966ecf6687d62e1130d862be7f86c5b1b56e341.tar.bz2 rails-1966ecf6687d62e1130d862be7f86c5b1b56e341.zip |
Fix typo.
Diffstat (limited to 'railties')
-rw-r--r-- | railties/lib/rails/application/bootstrap.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/lib/rails/application/bootstrap.rb b/railties/lib/rails/application/bootstrap.rb index 92ecc29a5f..71d3febde4 100644 --- a/railties/lib/rails/application/bootstrap.rb +++ b/railties/lib/rails/application/bootstrap.rb @@ -58,7 +58,7 @@ INFO if Rails.env.production? && !config.has_explicit_log_level? ActiveSupport::Deprecation.warn \ "You did not specify a `log_level` in `production.rb`. Currently, " \ - "the default value for `log_leve` is `:info` for the production " \ + "the default value for `log_level` is `:info` for the production " \ "environment and `:debug` in all other environments. In Rails 5 " \ "the default value will be unified to `:debug` across all " \ "environments. To preserve the current setting, add the following " \ |