Skip to content

Commit 6316864

Browse files
committed
fixed typo in function name in 2.0 changelog
was driving me crazy :)
1 parent 67c42a9 commit 6316864

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ that attribute will be displayed instead of the error dialog that the validation
291291
* Length validation now looks at attribute data-validation-length (eg. min5, max200, 3-12).
292292
* The validation rule no longer needs to be prefixed with "validate_" (it's still possible to use the prefix but it's considered deprecated).
293293
* Some validation functions is moved to modules (see the function reference over at http://formvalidator.net).
294-
* Added function $.formSetup() to reduce the amount of code that has to be written when initiating the form validation.
294+
* Added function $.setupForm() to reduce the amount of code that has to be written when initiating the form validation.
295295

296296

297297
## Credits

0 commit comments

Comments
 (0)