From c6cdabbedd0db5243fb8a4a9b8537f5ad83dfe17 Mon Sep 17 00:00:00 2001 From: Florian TIAR Date: Mon, 19 Aug 2019 11:01:21 +0100 Subject: [PATCH] Typo --- blocks/05-custom-toolbar/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blocks/05-custom-toolbar/index.js b/blocks/05-custom-toolbar/index.js index 629cc944..2d759b38 100755 --- a/blocks/05-custom-toolbar/index.js +++ b/blocks/05-custom-toolbar/index.js @@ -33,7 +33,7 @@ export default registerBlockType( 'jsforwpblocks/custom-toolbar', { title: __( 'Example - Custom Toolbar', 'jsforwpblocks' ), - description: __( 'An example of how to add a custom buttom to the block toolbar.', 'jsforwpblocks'), + description: __( 'An example of how to add a custom button to the block toolbar.', 'jsforwpblocks'), category: 'common', icon: { background: 'rgba(254, 243, 224, 0.52)',