aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel
diff options
context:
space:
mode:
authorCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2014-08-07 09:17:12 -0300
committerCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2014-08-07 09:17:23 -0300
commit9a0e0594ab919b5b1a3a85bbe90f4a44922b1d84 (patch)
tree247f683d9cd66fa048d3ab16590a50849224f3e0 /activemodel
parente2689d1dad9ea824ace78eca326e9e6ecc892bfc (diff)
downloadrails-9a0e0594ab919b5b1a3a85bbe90f4a44922b1d84.tar.gz
rails-9a0e0594ab919b5b1a3a85bbe90f4a44922b1d84.tar.bz2
rails-9a0e0594ab919b5b1a3a85bbe90f4a44922b1d84.zip
Fix typo [ci skip]
Diffstat (limited to 'activemodel')
-rw-r--r--activemodel/CHANGELOG.md2
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*