Skip to content

Commit

Permalink
Merge pull request #35 from irekrog/patch-1
Browse files Browse the repository at this point in the history
fix typo in README.md
  • Loading branch information
iway1 authored Jan 14, 2023
2 parents 5489cca + 1e78aff commit 97ac22d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ The default behavior for this library is that errors will be shown once the user
```tsx
const form = useForm<z.infer<typeof MyFormSchema>>({
resolver: zodResolver(MyFormSchema),
revalidateMode: "onSubmit" // now the form revalidates on submit
reValidateMode: "onSubmit" // now the form revalidates on submit
});

return (
Expand Down

0 comments on commit 97ac22d

Please sign in to comment.