Skip to content

Commit 981af65

Browse files
Merge pull request #2019 from vbud/patch-1
fix typo in readme
2 parents 654f529 + 3c54461 commit 981af65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1409,7 +1409,7 @@ type NumberSet = z.infer<typeof numberSet>;
14091409
// type NumberSet = Set<number>
14101410
```
14111411

1412-
Set schemas can be further contrainted with the following utility methods.
1412+
Set schemas can be further constrained with the following utility methods.
14131413

14141414
```ts
14151415
z.set(z.string()).nonempty(); // must contain at least one item

0 commit comments

Comments
 (0)