Skip to content

Commit

Permalink
docs: fix typo for useFormState (vercel#60010)
Browse files Browse the repository at this point in the history
  • Loading branch information
leerob authored and agustints committed Jan 6, 2024
1 parent 3af17d7 commit 01fd325
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 01fd325

Please sign in to comment.