Skip to content

Commit 84f87ce

Browse files
authored
fix typo in ResetForm section (#5084)
1 parent 1ce0731 commit 84f87ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/pages/guide/composition-api/handling-forms.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ To reset forms you can use the `resetForm` function returned by `useForm`. You c
282282
```js
283283
const { resetForm } = useForm();
284284

285-
// Rests the form
285+
// Resets the form
286286
resetForm();
287287

288288
//

0 commit comments

Comments
 (0)