Skip to content

Commit 74fa4c4

Browse files
committed
update syntax
1 parent 9faee9e commit 74fa4c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/useform/reset.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Reset the entire form state, fields reference, and subscriptions. There are opti
4040
})
4141
}, [isSubmitSuccessful])
4242
```
43-
- It's fine to run reset without argument as long as you have provided a `defaultValues` at useForm.
43+
- It's fine to run `reset` without argument as long as you have provided a `defaultValues` at useForm.
4444

4545
```javascript
4646
reset(); // update form back to default values

0 commit comments

Comments
 (0)