aboutsummaryrefslogtreecommitdiffstats
path: root/railties
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2014-01-03 14:37:04 -0800
committerXavier Noria <fxn@hashref.com>2014-01-03 14:37:04 -0800
commit77d18edf0dc3aa90438a72ac315de1b739827421 (patch)
tree87798a570fe7dd59b731896166ae3971f53ff018 /railties
parent88c3fd1ef1f3bbd4f8fdc15887cc382a287fbd10 (diff)
parent72bb3fc297a3548e6748867bfb55a077b7b7728c (diff)
downloadrails-77d18edf0dc3aa90438a72ac315de1b739827421.tar.gz
rails-77d18edf0dc3aa90438a72ac315de1b739827421.tar.bz2
rails-77d18edf0dc3aa90438a72ac315de1b739827421.zip
Merge pull request #13584 from tjschuck/cannot_cannot_be_can_not
Change all "can not"s to the correct "cannot"
Diffstat (limited to 'railties')
-rw-r--r--railties/lib/rails/generators/rails/app/templates/config/environments/production.rb.tt2
1 files changed, 1 insertions, 1 deletions
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 1dfc9f136b..3baa382bd6 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
@@ -70,7 +70,7 @@ Rails.application.configure do
# config.action_mailer.raise_delivery_errors = false
# Enable locale fallbacks for I18n (makes lookups for any locale fall back to
- # the I18n.default_locale when a translation can not be found).
+ # the I18n.default_locale when a translation cannot be found).
config.i18n.fallbacks = true
# Send deprecation notices to registered listeners.