From c7ae10ffdd75763eaae75c9ca7e685c77dc5932e Mon Sep 17 00:00:00 2001 From: Laurier Mantel Date: Tue, 22 Dec 2015 09:48:24 -0500 Subject: fixes typo in 5.0 release notes --- guides/source/5_0_release_notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3