We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d31e34d commit 4bea2f1Copy full SHA for 4bea2f1
README.md
@@ -313,7 +313,7 @@ schema.cast({ foo: { bar: 'boom' } }, { context: { x: 5 } });
313
#### `yup.lazy((value: any) => Schema): Lazy`
314
315
Creates a schema that is evaluated at validation/cast time. Useful for creating
316
-recursive schema like Trees, for polymophic fields and arrays.
+recursive schema like Trees, for polymorphic fields and arrays.
317
318
**CAUTION!** When defining parent-child recursive object schema, you want to reset the `default()`
319
to `undefined` on the child otherwise the object will infinitely nest itself when you cast it!.
0 commit comments