There was an error while loading. Please reload this page.
1 parent 8e6a5f8 commit 930a2f6Copy full SHA for 930a2f6
packages/docs/content/error-formatting.mdx
@@ -18,7 +18,7 @@ const schema = z.strictObject({
18
});
19
```
20
21
-Attempting to parse this invalid data results in an error containing two issues.
+Attempting to parse this invalid data results in an error containing three issues.
22
23
```ts
24
const result = schema.safeParse({
0 commit comments