Skip to content

Commit

Permalink
Fix a typo in classic block, and scope Quote editor styles (#7040)
Browse files Browse the repository at this point in the history
* Fix typo in Classic Block description

* Scope the quote admin style further.

* Fix typo.

* Revert scoping.
  • Loading branch information
jasmussen authored May 31, 2018
1 parent 72f4ca8 commit c591184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core-blocks/freeform/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',

Expand Down

0 comments on commit c591184

Please sign in to comment.