Skip to content

Commit

Permalink
Fix typo on block title
Browse files Browse the repository at this point in the history
  • Loading branch information
mmtr authored and kwight committed Jun 19, 2019
1 parent fa66aa3 commit 1af2a0b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import edit from './edit';
import './style.scss';

registerBlockType( 'a8c/site-description', {
title: __( 'Site Description2' ),
title: __( 'Site Description' ),
description: __( 'Site description, also known as the tagline.' ),
icon: 'layout',
category: 'layout',
Expand Down

0 comments on commit 1af2a0b

Please sign in to comment.