diff options
author | Carlos Antonio da Silva <carlosantoniodasilva@gmail.com> | 2014-08-07 09:17:12 -0300 |
---|---|---|
committer | Carlos Antonio da Silva <carlosantoniodasilva@gmail.com> | 2014-08-07 09:17:23 -0300 |
commit | 9a0e0594ab919b5b1a3a85bbe90f4a44922b1d84 (patch) | |
tree | 247f683d9cd66fa048d3ab16590a50849224f3e0 | |
parent | e2689d1dad9ea824ace78eca326e9e6ecc892bfc (diff) | |
download | rails-9a0e0594ab919b5b1a3a85bbe90f4a44922b1d84.tar.gz rails-9a0e0594ab919b5b1a3a85bbe90f4a44922b1d84.tar.bz2 rails-9a0e0594ab919b5b1a3a85bbe90f4a44922b1d84.zip |
Fix typo [ci skip]
-rw-r--r-- | activemodel/CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activemodel/CHANGELOG.md b/activemodel/CHANGELOG.md index b1a3d660d6..c14b0688c7 100644 --- a/activemodel/CHANGELOG.md +++ b/activemodel/CHANGELOG.md @@ -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* |