File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ A set of standard validation methods is provided:
110
110
* [ ` required ` - Makes the element required.] ( /required-method )
111
111
* [ ` remote ` - Requests a resource to check the element for validity.] ( /remote-method )
112
112
* [ ` minlength ` - Makes the element require a given minimum length.] ( /minlength-method )
113
- * [ ` maxlength ` - Makes the element require a given maxmimum length.] ( /maxlength-method )
113
+ * [ ` maxlength ` - Makes the element require a given maximum length.] ( /maxlength-method )
114
114
* [ ` rangelength ` - Makes the element require a given value range.] ( /rangelength-method )
115
115
* [ ` min ` - Makes the element require a given minimum.] ( /min-method )
116
116
* [ ` max ` - Makes the element require a given maximum.] ( /max-method )
You can’t perform that action at this time.
0 commit comments