From 3992019131c9e7ba7dd89bc5daddfcd638977eba Mon Sep 17 00:00:00 2001 From: Masanori Doizaki Date: Tue, 19 Nov 2024 22:07:32 +0900 Subject: [PATCH] Fix a typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1494a13..d265caa 100644 --- a/README.md +++ b/README.md @@ -764,7 +764,7 @@ As an example `z.string().nullable()` will be rendered differently - ZodArray - `minItems`/`maxItems` mapping for `.length()`, `.min()`, `.max()` - ZodBigInt - - `integer` `type` and `int64` `format` mapping` + - `integer` `type` and `int64` `format` mapping - ZodBoolean - ZodBranded - ZodCatch