Skip to content

Commit

Permalink
Schema: Fix typo in block schema description (#41570)
Browse files Browse the repository at this point in the history
  • Loading branch information
t-hamano authored Jun 8, 2022
1 parent 877668d commit dd93153
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 @@ -185,7 +185,7 @@
"description": "Although attributes may be obtained from a post’s meta, meta attribute sources are considered deprecated; EntityProvider and related hook APIs should be used instead, as shown in the Create Meta Block how-to here:\n\nhttps://developer.wordpress.org/block-editor/how-to-guides/metabox/meta-block-3-add/"
},
"default": {
"description": "TA block attribute can contain a default value, which will be used if the type and source do not match anything within the block content.\n\nThe value is provided by the default field, and the value should match the expected format of the attribute."
"description": "A block attribute can contain a default value, which will be used if the type and source do not match anything within the block content.\n\nThe value is provided by the default field, and the value should match the expected format of the attribute."
}
},
"required": [ "type" ]
Expand Down

0 comments on commit dd93153

Please sign in to comment.