Skip to content

Commit 6111a06

Browse files
authored
docs: fix typo
1 parent 45c2b93 commit 6111a06

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
@@ -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)