Skip to content
This repository was archived by the owner on Apr 6, 2023. It is now read-only.

Commit 15b64d1

Browse files
committed
docs: Fixed parameter typo
1 parent 366ff52 commit 15b64d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/src/docs/guides/reset-form.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ There are two ways to reset all form data:
66

77
## Reset after submit
88

9-
Besides the `data`, the `onSubmit` function also receives a second paremeter with form helpers like `resetForm`:
9+
Besides the `data`, the `onSubmit` function also receives a second parameter with form helpers like `resetForm`:
1010

1111
```jsx
1212
export default function SignIn() {

0 commit comments

Comments
 (0)