Skip to content

Commit

Permalink
FIX: typo in block.json schema default scope values (WordPress#44944)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremylind authored Oct 13, 2022
1 parent c0f0950 commit 653920f
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 @@ -576,7 +576,7 @@
"items": {
"enum": [ "inserter", "block", "transform" ]
},
"default": [ "inseter", "block" ]
"default": [ "inserter", "block" ]
},
"keywords": {
"type": "array",
Expand Down

0 comments on commit 653920f

Please sign in to comment.