aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/upgrading_ruby_on_rails.md
diff options
context:
space:
mode:
authorJon Moss <maclover7@users.noreply.github.com>2016-02-13 09:39:34 -0500
committerJon Moss <maclover7@users.noreply.github.com>2016-02-13 09:39:34 -0500
commit4e80c12de3058eafd6c4f209bc78d9e3f6e26a0f (patch)
tree8a6067dade5901889c72d35c2679be56595851f2 /guides/source/upgrading_ruby_on_rails.md
parent3974edb9ceff244e813358483a036d12578f7cca (diff)
parent1335959135b908c284e4d7179e9d8c1261f0ee95 (diff)
downloadrails-4e80c12de3058eafd6c4f209bc78d9e3f6e26a0f.tar.gz
rails-4e80c12de3058eafd6c4f209bc78d9e3f6e26a0f.tar.bz2
rails-4e80c12de3058eafd6c4f209bc78d9e3f6e26a0f.zip
Merge pull request #23654 from kamipo/fix_grammar_a_to_an
Fix grammar `a` to `an` [ci skip]
Diffstat (limited to 'guides/source/upgrading_ruby_on_rails.md')
-rw-r--r--guides/source/upgrading_ruby_on_rails.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/upgrading_ruby_on_rails.md b/guides/source/upgrading_ruby_on_rails.md
index cef83e4264..0dfa4f1cb8 100644
--- a/guides/source/upgrading_ruby_on_rails.md
+++ b/guides/source/upgrading_ruby_on_rails.md
@@ -183,7 +183,7 @@ the logs. In the next version, these errors will no longer be suppressed.
Instead, the errors will propagate normally just like in other Active
Record callbacks.
-When you define a `after_rollback` or `after_commit` callback, you
+When you define an `after_rollback` or `after_commit` callback, you
will receive a deprecation warning about this upcoming change. When
you are ready, you can opt into the new behavior and remove the
deprecation warning by adding following configuration to your