Skip to content

Commit 1b12915

Browse files
committed
Merge pull request victorjonsson#37 from stevewasiura/patch-6
fixed typo in function name in 2.0 changelog
2 parents 1db88e5 + 6316864 commit 1b12915

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
@@ -292,7 +292,7 @@ that attribute will be displayed instead of the error dialog that the validation
292292
* Length validation now looks at attribute data-validation-length (eg. min5, max200, 3-12).
293293
* The validation rule no longer needs to be prefixed with "validate_" (it's still possible to use the prefix but it's considered deprecated).
294294
* Some validation functions is moved to modules (see the function reference over at http://formvalidator.net).
295-
* Added function $.formSetup() to reduce the amount of code that has to be written when initiating the form validation.
295+
* Added function $.setupForm() to reduce the amount of code that has to be written when initiating the form validation.
296296

297297

298298
## Credits

0 commit comments

Comments
 (0)