From 0978f57b3ac6da973cfc3f70b2b89cd719b0d0ca Mon Sep 17 00:00:00 2001 From: GoogleFeud Date: Mon, 23 Sep 2024 21:15:44 +0300 Subject: [PATCH] Update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ae54e80..a95aa53 100644 --- a/README.md +++ b/README.md @@ -677,7 +677,7 @@ Using the configuration above, all types in your project will be turned into JSO #### `assertAll` -Setting this option to true will add assertion code to ALL function parameters and `as` assertions. The assertion code will throw an error. +Setting this option to true will add assertion code to ALL function parameters and `as` assertions. The assertion code will throw an error. You can use the `NoCheck` marker to override this behaviour. ## Contributing