diff options
author | Prathamesh Sonpatki <csonpatki@gmail.com> | 2014-09-27 17:12:57 +0530 |
---|---|---|
committer | Prathamesh Sonpatki <csonpatki@gmail.com> | 2014-09-27 17:12:57 +0530 |
commit | 04cced06fa6fcd463645724ecc1f92d067209961 (patch) | |
tree | 4d2156006261b54be77b79d670179da1ecbb94a4 /guides | |
parent | 6a5ee60e3b17be52d45d1a6bea39ba6a4f1e4271 (diff) | |
download | rails-04cced06fa6fcd463645724ecc1f92d067209961.tar.gz rails-04cced06fa6fcd463645724ecc1f92d067209961.tar.bz2 rails-04cced06fa6fcd463645724ecc1f92d067209961.zip |
Fix typo in upgrading guide
- [ci skip]
- behvaior -> behavior
Diffstat (limited to 'guides')
-rw-r--r-- | guides/source/upgrading_ruby_on_rails.md | 2 |
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 ca1a0b1494..7267ef1b4f 100644 --- a/guides/source/upgrading_ruby_on_rails.md +++ b/guides/source/upgrading_ruby_on_rails.md @@ -111,7 +111,7 @@ Record callbacks. When you define a `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 behvaior and remove the +you are ready, you can opt into the new behavior and remove the deprecation warning by adding following configuration to your `config/application.rb`: |