1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Fix typo in upgrading guide

- [ci skip]
- behvaior -> behavior
This commit is contained in:
Prathamesh Sonpatki 2014-09-27 17:12:57 +05:30
parent 6a5ee60e3b
commit 04cced06fa

View file

@ -111,7 +111,7 @@ Record callbacks.
When you define a `after_rollback` or `after_commit` callback, you When you define a `after_rollback` or `after_commit` callback, you
will receive a deprecation warning about this upcoming change. When 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 deprecation warning by adding following configuration to your
`config/application.rb`: `config/application.rb`: