aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/4_2_release_notes.md
diff options
context:
space:
mode:
authorJake Worth <jworth@prevailhs.com>2014-09-24 15:38:51 -0500
committerJake Worth <jworth@prevailhs.com>2014-09-24 15:38:51 -0500
commit76eba917bc545aa1d0c989dbb0a5a17b64ca1c58 (patch)
tree73e9de0bd8eccc1a3a24c636ad6463fe640a9415 /guides/source/4_2_release_notes.md
parent2bb0fcb88927238a87827a606651c271d0f43cd1 (diff)
downloadrails-76eba917bc545aa1d0c989dbb0a5a17b64ca1c58.tar.gz
rails-76eba917bc545aa1d0c989dbb0a5a17b64ca1c58.tar.bz2
rails-76eba917bc545aa1d0c989dbb0a5a17b64ca1c58.zip
Fix typo
Diffstat (limited to 'guides/source/4_2_release_notes.md')
-rw-r--r--guides/source/4_2_release_notes.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/4_2_release_notes.md b/guides/source/4_2_release_notes.md
index c59affea8f..bc8c306afc 100644
--- a/guides/source/4_2_release_notes.md
+++ b/guides/source/4_2_release_notes.md
@@ -697,7 +697,7 @@ Please refer to the [Changelog][active-model] for detailed changes.
(Pull Request [1](https://github.com/rails/rails/pull/14861),
[2](https://github.com/rails/rails/pull/16180))
-* `has_secure_password` no longer disallow blank passwords (i.e. passwords
+* `has_secure_password` no longer disallows blank passwords (i.e. passwords
that contains only spaces) by default.
([Pull Request](https://github.com/rails/rails/pull/16412))