Skip to content

Commit 6a6cca0

Browse files
hugovkstaabm
authored andcommitted
Entries: fixed Typo
1 parent e577ddf commit 6a6cca0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/documentation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ A set of standard validation methods is provided:
110110
* [`required` - Makes the element required.](/required-method)
111111
* [`remote` - Requests a resource to check the element for validity.](/remote-method)
112112
* [`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)
114114
* [`rangelength` - Makes the element require a given value range.](/rangelength-method)
115115
* [`min` - Makes the element require a given minimum.](/min-method)
116116
* [`max` - Makes the element require a given maximum.](/max-method)

0 commit comments

Comments
 (0)