From 3c54461d7a649bf727aec59367eefb214ffe24fe Mon Sep 17 00:00:00 2001 From: Valjean Clark Date: Thu, 9 Feb 2023 09:01:34 -0800 Subject: [PATCH] fix typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6c2711ec5..6216efbe2 100644 --- a/README.md +++ b/README.md @@ -1409,7 +1409,7 @@ type NumberSet = z.infer; // type NumberSet = Set ``` -Set schemas can be further contrainted with the following utility methods. +Set schemas can be further constrained with the following utility methods. ```ts z.set(z.string()).nonempty(); // must contain at least one item