Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yusukebe committed Aug 19, 2023
1 parent 6d08975 commit 1246289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/zod-openapi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const ParamsSchema = z.object({
const UserSchema = z
.object({
id: z.string().openapi({
example: 123,
example: '123',
}),
name: z.string().openapi({
example: 'John Doe',
Expand Down

0 comments on commit 1246289

Please sign in to comment.