Skip to content

Commit

Permalink
Add missing comma (#33764)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrleemon authored Jul 30, 2021
1 parent 339a7d7 commit 283ea8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference-guides/block-api/block-styles.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ register_block_style(
'core/quote',
array(
'name' => 'fancy-quote',
'label' => __( 'Fancy Quote', 'textdomain' )
'label' => __( 'Fancy Quote', 'textdomain' ),
'style_handle' => 'myguten-style',
)
);
Expand Down

0 comments on commit 283ea8d

Please sign in to comment.