Skip to content

Commit 930a2f6

Browse files
authored
Fix number of errors in doc (#4993)
1 parent 8e6a5f8 commit 930a2f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/docs/content/error-formatting.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const schema = z.strictObject({
1818
});
1919
```
2020

21-
Attempting to parse this invalid data results in an error containing two issues.
21+
Attempting to parse this invalid data results in an error containing three issues.
2222

2323
```ts
2424
const result = schema.safeParse({

0 commit comments

Comments
 (0)