aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorLaurier Mantel <lauriermantel@gmail.com>2015-12-22 09:48:24 -0500
committerLaurier Mantel <lauriermantel@gmail.com>2015-12-22 09:48:24 -0500
commitc7ae10ffdd75763eaae75c9ca7e685c77dc5932e (patch)
tree3a0c036fbfe9f0d39411ff6002330efdd7816dfe /guides
parent89fedb4dac1315c271d782290a29c4cd94035184 (diff)
downloadrails-c7ae10ffdd75763eaae75c9ca7e685c77dc5932e.tar.gz
rails-c7ae10ffdd75763eaae75c9ca7e685c77dc5932e.tar.bz2
rails-c7ae10ffdd75763eaae75c9ca7e685c77dc5932e.zip
fixes typo in 5.0 release notes
Diffstat (limited to 'guides')
-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