aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel
diff options
context:
space:
mode:
authorPrathamesh Sonpatki <csonpatki@gmail.com>2013-03-24 02:25:22 +0530
committerPrathamesh Sonpatki <csonpatki@gmail.com>2013-03-24 02:27:43 +0530
commit5f59317ec65655766b12f4ac80ea70dea6b3f945 (patch)
treeb81e5943ecd9d4fd615caac4cd1634c103e7fde8 /activemodel
parent93c498b2a827fa47dbb0493fc05afbf58ec3f50f (diff)
downloadrails-5f59317ec65655766b12f4ac80ea70dea6b3f945.tar.gz
rails-5f59317ec65655766b12f4ac80ea70dea6b3f945.tar.bz2
rails-5f59317ec65655766b12f4ac80ea70dea6b3f945.zip
Fixed typo in activemodel/CHANGELOG
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 62d684fd0b..b4ada0e0b5 100644
--- a/activemodel/CHANGELOG.md
+++ b/activemodel/CHANGELOG.md
@@ -91,7 +91,7 @@
*Yves Senn*
-* Use BCrypt's `MIN_COST` in the test environment for speedier tests when using `has_secure_pasword`.
+* Use BCrypt's `MIN_COST` in the test environment for speedier tests when using `has_secure_password`.
*Brian Cardarella + Jeremy Kemper + Trevor Turk*