aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEileen M. Uchitelle <eileencodes@gmail.com>2015-03-03 20:20:38 -0500
committerEileen M. Uchitelle <eileencodes@gmail.com>2015-03-03 20:20:38 -0500
commit82dd60b5b7ed915dcf1eca603ea5e615c6e47a3d (patch)
treece8b48febf94897e53dee44b78ee1011a3849eb5
parent33ae6344834fdf71b93e0b6db899b58e017a7655 (diff)
parent903493871468d5d7bbca9eb9d3efae187afdb8b0 (diff)
downloadrails-82dd60b5b7ed915dcf1eca603ea5e615c6e47a3d.tar.gz
rails-82dd60b5b7ed915dcf1eca603ea5e615c6e47a3d.tar.bz2
rails-82dd60b5b7ed915dcf1eca603ea5e615c6e47a3d.zip
Merge pull request #19194 from mrgilman/fix-spelling-error
Fix spelling error in has_secure_password documentation [ci skip]
-rw-r--r--activemodel/lib/active_model/secure_password.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activemodel/lib/active_model/secure_password.rb b/activemodel/lib/active_model/secure_password.rb
index 871031ece4..89da74efa8 100644
--- a/activemodel/lib/active_model/secure_password.rb
+++ b/activemodel/lib/active_model/secure_password.rb
@@ -26,7 +26,7 @@ module ActiveModel
# it). When this attribute has a +nil+ value, the validation will not be
# triggered.
#
- # For further customizability, it is possible to supress the default
+ # For further customizability, it is possible to suppress the default
# validations by passing <tt>validations: false</tt> as an argument.
#
# Add bcrypt (~> 3.1.7) to Gemfile to use #has_secure_password: