From 6a5d216ec633c0ec94c524b4e655a6a2cc9f1bb5 Mon Sep 17 00:00:00 2001 From: Ivan Demidov Date: Fri, 21 Aug 2020 12:51:17 +0300 Subject: [PATCH] docs: avoid confusing (#108) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 45653ca..a0150e4 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ npm install schema-utils "type": "object", "properties": { "option": { - "type": ["boolean"] + "type": "boolean" } }, "additionalProperties": false