Skip to content

Commit

Permalink
fix: fix schema key
Browse files Browse the repository at this point in the history
  • Loading branch information
suzukisan22 committed Oct 23, 2024
1 parent 2c4ded4 commit 7928ff0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ja/complex-structures.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ import { parseWithZod } from '@conform-to/zod';
import { z } from 'zod';

const schema = z.object({
todos: z.array(
tasks: z.array(
z.object({
title: z.string(),
notes: z.string(),
Expand Down

0 comments on commit 7928ff0

Please sign in to comment.