aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAbdelkader Boudih <terminale@gmail.com>2014-11-17 15:53:07 +0000
committerAbdelkader Boudih <terminale@gmail.com>2014-11-17 15:53:07 +0000
commited8dc23e8e8ab7d010eb86658db7834a2089708e (patch)
tree291e9cfb3755199f7002d655ffdbda0bab041f43
parent29b3e548f32c42cb99d9dd2d03c2cd34fa53d867 (diff)
parent1966ecf6687d62e1130d862be7f86c5b1b56e341 (diff)
downloadrails-ed8dc23e8e8ab7d010eb86658db7834a2089708e.tar.gz
rails-ed8dc23e8e8ab7d010eb86658db7834a2089708e.tar.bz2
rails-ed8dc23e8e8ab7d010eb86658db7834a2089708e.zip
Merge pull request #17647 from tgxworld/fix_typo
Fix typo. [ci skip]
-rw-r--r--railties/lib/rails/application/bootstrap.rb2
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 " \