From b42b4c7f2a9677206f312f4d7ce37a2a646839c3 Mon Sep 17 00:00:00 2001 From: antares-kor Date: Fri, 17 Jun 2022 17:37:02 +0900 Subject: [PATCH] delete duplicate word "passed" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 146eb41a2..464669e3a 100644 --- a/README.md +++ b/README.md @@ -1404,7 +1404,7 @@ and use the result as the limit. ### array Define an array schema. Arrays can be typed or not, When specifying the element type, `cast` and `isValid` -will apply to the elements as well. Options passed into `isValid` are passed also passed to child schemas. +will apply to the elements as well. Options passed into `isValid` are also passed to child schemas. Inherits from [`Schema`](#Schema).