From c591184b9e327f7f5b5804ec88237f225cf78fe4 Mon Sep 17 00:00:00 2001 From: Joen Asmussen Date: Thu, 31 May 2018 11:37:35 +0200 Subject: [PATCH] Fix a typo in classic block, and scope Quote editor styles (#7040) * Fix typo in Classic Block description * Scope the quote admin style further. * Fix typo. * Revert scoping. --- core-blocks/freeform/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core-blocks/freeform/index.js b/core-blocks/freeform/index.js index 2d4cd52fdff558..711fb3b7768d8e 100644 --- a/core-blocks/freeform/index.js +++ b/core-blocks/freeform/index.js @@ -14,7 +14,7 @@ export const name = 'core/freeform'; export const settings = { title: __( 'Classic' ), - description: __( 'It\'s the classic WordPress editor and it\'s block! Drop the editor right in.' ), + description: __( 'It\'s the classic WordPress editor and it\'s a block! Drop the editor right in.' ), icon: 'editor-kitchensink',