aboutsummaryrefslogtreecommitdiffstats
path: root/guides/code/getting_started/config/environments/production.rb
diff options
context:
space:
mode:
authorT.J. Schuck <tj@getharvest.com>2014-01-03 17:02:31 -0500
committerT.J. Schuck <tj@getharvest.com>2014-01-03 17:02:31 -0500
commit72bb3fc297a3548e6748867bfb55a077b7b7728c (patch)
tree4e6c0d2a5ce1893c517bda5319c77397d80834e3 /guides/code/getting_started/config/environments/production.rb
parent19b2188e6c53a0c2ce43567950ff699e58b33798 (diff)
downloadrails-72bb3fc297a3548e6748867bfb55a077b7b7728c.tar.gz
rails-72bb3fc297a3548e6748867bfb55a077b7b7728c.tar.bz2
rails-72bb3fc297a3548e6748867bfb55a077b7b7728c.zip
Change all "can not"s to the correct "cannot".
Diffstat (limited to 'guides/code/getting_started/config/environments/production.rb')
-rw-r--r--guides/code/getting_started/config/environments/production.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/code/getting_started/config/environments/production.rb b/guides/code/getting_started/config/environments/production.rb
index 368a735122..93d44723fb 100644
--- a/guides/code/getting_started/config/environments/production.rb
+++ b/guides/code/getting_started/config/environments/production.rb
@@ -66,7 +66,7 @@ Blog::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.