diff --git a/docs/docs/forms.md b/docs/docs/forms.md index 75dc6d5023a3..db7b39ce2657 100644 --- a/docs/docs/forms.md +++ b/docs/docs/forms.md @@ -165,7 +165,7 @@ All of Redwood's form helpers need the `register` function to do what they do. B ### Using `formMethods` -There's some functions that `useForm` returns that it'd be nice to have access to. +There are some functions that `useForm` returns that it'd be nice to have access to. For example, `useForm` returns a function `reset`, which resets the form's fields. To access it, you have to call `useForm` yourself. But you still need to pass `useForm`'s return to the `` so that Redwood's helpers can register themselves: