We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1c3afba + 57f5f51 commit 4440df1Copy full SHA for 4440df1
activemodel/lib/active_model/validations/length.rb
@@ -136,7 +136,7 @@ module HelperMethods
136
# * <tt>:too_long</tt> - The error message if the attribute goes over the
137
# maximum (default is: "is too long (maximum is %{count} characters)").
138
# * <tt>:too_short</tt> - The error message if the attribute goes under the
139
- # minimum (default is: "is too short (min is %{count} characters)").
+ # minimum (default is: "is too short (minimum is %{count} characters)").
140
# * <tt>:wrong_length</tt> - The error message if using the <tt>:is</tt>
141
# method and the attribute is the wrong size (default is: "is the wrong
142
# length (should be %{count} characters)").
0 commit comments