Skip to content

Commit 6e99904

Browse files
committed
Fixed a typo in the readme for 1.0.1.
1 parent dfcf036 commit 6e99904

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
@@ -14,7 +14,7 @@ validate.js is a lightweight JavaScript form validation library inspired by Code
1414

1515
## How to use
1616

17-
var validater = new FormValidater('example_form', [{
17+
var validator = new FormValidator('example_form', [{
1818
name: 'req',
1919
display: 'required',
2020
rules: 'required'

0 commit comments

Comments
 (0)