Skip to content

Commit

Permalink
docs: fix document written about complex structure in japanese (#806)
Browse files Browse the repository at this point in the history
  • Loading branch information
suzukisan22 authored Oct 25, 2024
1 parent 2c4ded4 commit cb98494
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 cb98494

Please sign in to comment.