From 9794e74977a99daa56b7beb6fc0621356ddd7a81 Mon Sep 17 00:00:00 2001
From: Jon Atack <jon@atack.com>
Date: Mon, 4 Aug 2014 19:19:26 +0200
Subject: Fix typo [ci skip]

---
 .../generators/rails/app/templates/config/environments/production.rb.tt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'railties/lib')

diff --git a/railties/lib/rails/generators/rails/app/templates/config/environments/production.rb.tt b/railties/lib/rails/generators/rails/app/templates/config/environments/production.rb.tt
index 48d1b06674..277fe01e89 100644
--- a/railties/lib/rails/generators/rails/app/templates/config/environments/production.rb.tt
+++ b/railties/lib/rails/generators/rails/app/templates/config/environments/production.rb.tt
@@ -44,7 +44,7 @@ Rails.application.configure do
   # Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies.
   # config.force_ssl = true
 
-  # Set to :info to see decrease the log volume.
+  # Set to :info to decrease the log volume.
   config.log_level = :debug
 
   # Prepend all log lines with the following tags.
-- 
cgit v1.2.3