Skip to content

Commit

Permalink
Change "For not..." to "Do not...".
Browse files Browse the repository at this point in the history
  • Loading branch information
kaleworsley committed Sep 4, 2014
1 parent 703a2e8 commit 39fc362
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -33,7 +33,7 @@ class Application < Rails::Application
# config.i18n.default_locale = :de
<%- unless options.skip_active_record? -%>
# For not swallow errors in after_commit/after_rollback callbacks.
# Do not swallow errors in after_commit/after_rollback callbacks.
config.active_record.raise_in_transactional_callbacks = true
<%- end -%>
end
Expand Down

0 comments on commit 39fc362

Please sign in to comment.