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

Updated typos for data-validaiton-error-invalid #1

Merged
merged 2 commits into from
Aug 11, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ whole or individual fields:
When used on a form, it prescribes a global default message for all fields
that are invalid when empty; when used on a field, it provides a field-specific
error message when empty.
- The `data-validaiton-error-invalid` attribute
- The `data-validation-error-invalid` attribute
When used on a form, it prescribes a global default message for all fields that
are invalid; when used on a field, it provides a field-specific error message when invalid.
are invalid; when used on a field, it provides a field-specific error message when invalid.
4 changes: 2 additions & 2 deletions src/jquery.easy-validation.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
* When used on a form, it prescribes a global default message for all fields
* that are invalid when empty; when used on a field, it provides a field-specific
* error message when empty.
* - The data-validaiton-error-invalid attribute
* - The data-validation-error-invalid attribute
* When used on a form, it prescribes a global default message for all fields that
* are invalid; when used on a field, it provides a field-specific error message when invalid.
*
Expand Down Expand Up @@ -261,4 +261,4 @@
}


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