Skip to content

Commit f3429a7

Browse files
committed
fix: typo, close #123
1 parent 1fe6ff8 commit f3429a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/form/form-validator.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ class FormValidator {
8383
_innerValidateField(name, value, cb) {
8484
const rules = this.rules[name]
8585
if (!rules) {
86-
console.warn(`[form-validtor] rule name ${name} not exists.`)
86+
console.warn(`[form-validator] rule name ${name} not exists.`)
8787
cb(true)
8888
return
8989
}

0 commit comments

Comments
 (0)