From 653920f5c6b8d269f0e949409bbe947ca8246344 Mon Sep 17 00:00:00 2001 From: Jeremy Lind Date: Thu, 13 Oct 2022 10:33:25 -0700 Subject: [PATCH] FIX: typo in block.json schema default scope values (#44944) --- schemas/json/block.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schemas/json/block.json b/schemas/json/block.json index e921458b4509b..93ed4e5a12b94 100644 --- a/schemas/json/block.json +++ b/schemas/json/block.json @@ -576,7 +576,7 @@ "items": { "enum": [ "inserter", "block", "transform" ] }, - "default": [ "inseter", "block" ] + "default": [ "inserter", "block" ] }, "keywords": { "type": "array",