Skip to content
This repository was archived by the owner on Jul 3, 2024. It is now read-only.

Commit 6268eff

Browse files
committed
Update jquery.easy-validation.js
Fixed typo
1 parent b94de13 commit 6268eff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/jquery.easy-validation.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* When used on a form, it prescribes a global default message for all fields
2121
* that are invalid when empty; when used on a field, it provides a field-specific
2222
* error message when empty.
23-
* - The data-validaiton-error-invalid attribute
23+
* - The data-validation-error-invalid attribute
2424
* When used on a form, it prescribes a global default message for all fields that
2525
* are invalid; when used on a field, it provides a field-specific error message when invalid.
2626
*
@@ -261,4 +261,4 @@
261261
}
262262

263263

264-
})( jQuery, document, window, navigator.userAgent.toLowerCase() );
264+
})( jQuery, document, window, navigator.userAgent.toLowerCase() );

0 commit comments

Comments
 (0)