Skip to content

Commit 86843cc

Browse files
Site Editor: Fix typo in the description of the tag template.
Follow-up to [52331]. Props scruffian. Fixes #55374. git-svn-id: https://develop.svn.wordpress.org/trunk@52922 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 34d46cd commit 86843cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/wp-includes/block-template-utils.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ function get_default_block_template_types() {
159159
),
160160
'tag' => array(
161161
'title' => _x( 'Tag', 'Template name' ),
162-
'description' => __( 'Displays latest posts with single post tag.' ),
162+
'description' => __( 'Displays latest posts with a single post tag.' ),
163163
),
164164
'attachment' => array(
165165
'title' => __( 'Media' ),

0 commit comments

Comments
 (0)