aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArun Agrawal <arunagw@gmail.com>2015-12-22 16:10:56 +0100
committerArun Agrawal <arunagw@gmail.com>2015-12-22 16:10:56 +0100
commit938ab4a5391493c9deb4adfa718692032d93d56e (patch)
tree3a0c036fbfe9f0d39411ff6002330efdd7816dfe
parent89fedb4dac1315c271d782290a29c4cd94035184 (diff)
parentc7ae10ffdd75763eaae75c9ca7e685c77dc5932e (diff)
downloadrails-938ab4a5391493c9deb4adfa718692032d93d56e.tar.gz
rails-938ab4a5391493c9deb4adfa718692032d93d56e.tar.bz2
rails-938ab4a5391493c9deb4adfa718692032d93d56e.zip
Merge pull request #22758 from LaurierMantel/release_5_0_typo
fixes typo in 5.0 release notes
-rw-r--r--guides/source/5_0_release_notes.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/5_0_release_notes.md b/guides/source/5_0_release_notes.md
index 78ce092a2b..2fbd75e1c8 100644
--- a/guides/source/5_0_release_notes.md
+++ b/guides/source/5_0_release_notes.md
@@ -385,7 +385,7 @@ Please refer to the [Changelog][active-model] for detailed changes.
### Deprecations
* Deprecated returning `false` as a way to halt Active Model and
- `ActiveModel::Valdiations` callback chains. The recommended way is to
+ `ActiveModel::Validations` callback chains. The recommended way is to
`throw(:abort)`. ([Pull Request](https://github.com/rails/rails/pull/17227))
### Notable changes