Skip to content

Commit

Permalink
Fix typo in block.json schema (#44798)
Browse files Browse the repository at this point in the history
  • Loading branch information
t-hamano authored Oct 9, 2022
1 parent 3d85dcb commit 401be48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schemas/json/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 401be48

Please sign in to comment.