Skip to content

Commit da0a9be

Browse files
committed
Merge pull request posabsolute#596 from angelk/misspelledWords
fix some misspelled words
2 parents 96f7bea + 5c57914 commit da0a9be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ $("#formID").validationEngine().css({border : "2px solid #000"});
214214
### Suppress Validation Feature
215215

216216
Hyperlink and Button ( <button> and input ) allow suppress the validation for special case such as multi fake submit buttons in web page.
217-
An id attribute for the HTML element is requried.
217+
An id attribute for the HTML element is required.
218218

219219
Syntax (HTML5):
220220
```html
@@ -244,7 +244,7 @@ $("#formID1").validationEngine('attach');
244244

245245
### detach
246246

247-
Unregisters any bindings that may point to jQuery.validaitonEngine.
247+
Unregisters any bindings that may point to jQuery.validationEngine.
248248

249249
```js
250250
$("#formID1").validationEngine('detach');

0 commit comments

Comments
 (0)