Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c54b123 commit c27a294Copy full SHA for c27a294
packages/docs/content/api.mdx
@@ -572,7 +572,7 @@ const coolId = z.stringFormat("cool-id", ()=>{
572
z.stringFormat("cool-id", /^cool-[a-z0-9]{95}$/);
573
```
574
575
-This schema will produce `"invalid_format"` issues, which are more descriptive that the `"custom"` errors produces by refinements or `z.custom()`.
+This schema will produce `"invalid_format"` issues, which are more descriptive than the `"custom"` errors produced by refinements or `z.custom()`.
576
577
```ts
578
myFormat.parse("invalid input!");
0 commit comments