Skip to content

Commit e5a16bf

Browse files
committed
Update README.md
1 parent 6ddd55a commit e5a16bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ $("#formID1").validationEngine('detach');
232232
Validates a form or field, displays error prompts accordingly.
233233
Returns *true* if the form validates, *false* if it contains errors.
234234

235-
It is inversed for *fields*, it return false on validate and true on errors.
235+
For *fields*, it returns true on validate and false on errors.
236236

237237
When using form validation with ajax, it returns *undefined* , the result is delivered asynchronously via function *options.onAjaxFormComplete*.
238238

0 commit comments

Comments
 (0)