Fix spelling error in has_secure_password documentation [ci skip]

This commit is contained in:
Melanie Gilman 2015-03-03 20:05:02 -05:00
parent 33ae634483
commit 9034938714

@ -26,7 +26,7 @@ module ClassMethods
# 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: