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

Commit ed01be4

Browse files
Merge pull request #1 from andrewhughey/master
Updated typos for data-validaiton-error-invalid
2 parents b94de13 + 0516848 commit ed01be4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ whole or individual fields:
2424
When used on a form, it prescribes a global default message for all fields
2525
that are invalid when empty; when used on a field, it provides a field-specific
2626
error message when empty.
27-
- The `data-validaiton-error-invalid` attribute
27+
- The `data-validation-error-invalid` attribute
2828
When used on a form, it prescribes a global default message for all fields that
29-
are invalid; when used on a field, it provides a field-specific error message when invalid.
29+
are invalid; when used on a field, it provides a field-specific error message when invalid.

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)