Skip to content

Commit

Permalink
docs: fix form typo (#777)
Browse files Browse the repository at this point in the history
  • Loading branch information
huntabyte authored Feb 20, 2024
1 parent 3e858d2 commit 4f2db01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/www/src/content/components/form.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ import { formSchema } from "./schema";

export const load: PageServerLoad = async () => {
return {
form: await superValidate(formSchema),
form: await superValidate(zod(formSchema)),
};
};

Expand Down

0 comments on commit 4f2db01

Please sign in to comment.