Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c27a294

Browse files
authored
Fix two tiny grammatical errors in the docs. (#5193)
1 parent c54b123 commit c27a294

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/docs/content/api.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,7 @@ const coolId = z.stringFormat("cool-id", ()=>{
572572
z.stringFormat("cool-id", /^cool-[a-z0-9]{95}$/);
573573
```
574574

575-
This schema will produce `"invalid_format"` issues, which are more descriptive that the `"custom"` errors produces by refinements or `z.custom()`.
575+
This schema will produce `"invalid_format"` issues, which are more descriptive than the `"custom"` errors produced by refinements or `z.custom()`.
576576

577577
```ts
578578
myFormat.parse("invalid input!");

0 commit comments

Comments
 (0)