Skip to content

Commit

Permalink
docs: fix typo for useFormState (#60010)
Browse files Browse the repository at this point in the history
  • Loading branch information
leerob authored Dec 29, 2023
1 parent cd740cd commit df14fdf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -653,7 +653,7 @@ export async function createTodo(prevState, formData) {
> **Good to know:**
>
> - Aside from throwing the error, you can also return an object to be handled by `useFormStatus`. See [Server-side validation and error handling](#server-side-validation-and-error-handling).
> - Aside from throwing the error, you can also return an object to be handled by `useFormState`. See [Server-side validation and error handling](#server-side-validation-and-error-handling).
### Revalidating data
Expand Down

0 comments on commit df14fdf

Please sign in to comment.