aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2014-09-24 17:43:50 -0300
committerRafael Mendonça França <rafaelmfranca@gmail.com>2014-09-24 17:43:50 -0300
commitf620299b2784f7ce5f01a4e123525d04f97be4dd (patch)
tree73e9de0bd8eccc1a3a24c636ad6463fe640a9415
parent2bb0fcb88927238a87827a606651c271d0f43cd1 (diff)
parent76eba917bc545aa1d0c989dbb0a5a17b64ca1c58 (diff)
downloadrails-f620299b2784f7ce5f01a4e123525d04f97be4dd.tar.gz
rails-f620299b2784f7ce5f01a4e123525d04f97be4dd.tar.bz2
rails-f620299b2784f7ce5f01a4e123525d04f97be4dd.zip
Merge pull request #17051 from jwworth/task/fix_typo
Fix typo
-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))