Skip to content

Commit b63dd67

Browse files
authored
Merge pull request #563 from Jason-Cooke/patch-1
docs: fix typo
2 parents 45c2b93 + 6111a06 commit b63dd67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ Returns the value(s) of the element(s) in the matched set in an array. This meth
224224
Resets the form to its original state by invoking the form element's native DOM method.
225225

226226
### clearForm
227-
Clears the form elements. This method emptys all of the text inputs, password inputs and textarea elements, clears the selection in any select elements, and unchecks all radio and checkbox inputs. It does *not* clear hidden field values.
227+
Clears the form elements. This method empties all of the text inputs, password inputs and textarea elements, clears the selection in any select elements, and unchecks all radio and checkbox inputs. It does *not* clear hidden field values.
228228

229229
### clearFields
230230
Clears selected field elements. This is handy when you need to clear only a part of the form.

0 commit comments

Comments
 (0)