Skip to content

Commit

Permalink
Minor copyedit to Block Description section.
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahmonster authored and mkaz committed Jul 8, 2019
1 parent 04b8c8b commit dfb25f3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/designers-developers/designers/block-design.md
Expand Up @@ -74,7 +74,9 @@ Avoid long, multi-line block names.

### Block Description

Every block should include a description attribute in the [registerBlockType function](/docs/designers-developers/developers/block-api/block-registration/). The description will display in the Settings sidebar and should explain your block's function clearly.
Every block should include a description that clearly explains the block's function. The description will display in the Settings Sidebar.

You can add a description by using the description attribute in the [registerBlockType function](/docs/designers-developers/developers/block-api/block-registration/).

Stick to a single imperative sentence with an action + subject format. Examples:

Expand Down

0 comments on commit dfb25f3

Please sign in to comment.