From 47f13a6862a555ad144001301804f6017663f639 Mon Sep 17 00:00:00 2001 From: Tetsuaki Hamano Date: Sun, 9 Oct 2022 16:34:59 +0900 Subject: [PATCH] Fix typo in block.json schema --- 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 41a051182ec6d7..e921458b4509bd 100644 --- a/schemas/json/block.json +++ b/schemas/json/block.json @@ -27,7 +27,7 @@ "description": "The name for a block is a unique string that identifies a block. Names have to be structured as `namespace/block-name`, where namespace is the name of your plugin or theme." }, "__experimental": { - "description": "The name of the experiment this block is a part of, or boolean true if there there is no specific experiment name.", + "description": "The name of the experiment this block is a part of, or boolean true if there is no specific experiment name.", "anyOf": [ { "type": "string"