diff options
author | Abdelkader Boudih <terminale@gmail.com> | 2014-11-17 15:53:07 +0000 |
---|---|---|
committer | Abdelkader Boudih <terminale@gmail.com> | 2014-11-17 15:53:07 +0000 |
commit | ed8dc23e8e8ab7d010eb86658db7834a2089708e (patch) | |
tree | 291e9cfb3755199f7002d655ffdbda0bab041f43 /railties/lib | |
parent | 29b3e548f32c42cb99d9dd2d03c2cd34fa53d867 (diff) | |
parent | 1966ecf6687d62e1130d862be7f86c5b1b56e341 (diff) | |
download | rails-ed8dc23e8e8ab7d010eb86658db7834a2089708e.tar.gz rails-ed8dc23e8e8ab7d010eb86658db7834a2089708e.tar.bz2 rails-ed8dc23e8e8ab7d010eb86658db7834a2089708e.zip |
Merge pull request #17647 from tgxworld/fix_typo
Fix typo. [ci skip]
Diffstat (limited to 'railties/lib')
-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 " \ |