Skip to content

Commit

Permalink
Fixed typo mistake (#16852)
Browse files Browse the repository at this point in the history
Fixes #16809 

Removes unnecessary comma after 'PluginMoreyMenuItem'.
  • Loading branch information
rbrishabh authored and gziolo committed Aug 29, 2019
1 parent 88f6867 commit d1d4275
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This slot will add a new item to the More Tools & Options section.

```js
const { registerPlugin } = wp.plugins;
const { PluginMoreMenuItem,} = wp.editPost;
const { PluginMoreMenuItem } = wp.editPost;

const MyButtonMoreMenuItemTest = () => (
<PluginMoreMenuItem
Expand Down

0 comments on commit d1d4275

Please sign in to comment.