Skip to content

Commit f8f6211

Browse files
authored
Update yup schema example with correct comments (#136)
1 parent a688f47 commit f8f6211

File tree

1 file changed

+1
-2
lines changed
  • apps/docs/pages/docs/schema

1 file changed

+1
-2
lines changed

apps/docs/pages/docs/schema/yup.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ const fieldConfig = buildYupFieldConfig<
1717
}
1818
>();
1919

20-
// Define your form schema using zod
21-
20+
// Define your form schema using yup
2221
const yupFormSchema = object({
2322
name: string().required().label("Your Name").default("John Doe"),
2423

0 commit comments

Comments
 (0)