diff --git a/README.md b/README.md index e9f07a9..f9c7a67 100644 --- a/README.md +++ b/README.md @@ -247,7 +247,7 @@ The default behavior for this library is that errors will be shown once the user ```tsx const form = useForm>({ resolver: zodResolver(MyFormSchema), - revalidateMode: "onSubmit" // now the form revalidates on submit + reValidateMode: "onSubmit" // now the form revalidates on submit }); return (