1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Fix typo [ci skip]

This commit is contained in:
Carlos Antonio da Silva 2014-08-07 09:17:12 -03:00
parent e2689d1dad
commit 9a0e0594ab

View file

@ -1,6 +1,6 @@
* Passwords with spaces only allowed in `ActiveModel::SecurePassword`.
Presence validation can be used to resore old behavior.
Presence validation can be used to restore old behavior.
*Yevhene Shemet*