Site Editor: Fix typo in the description of the tag template.

Follow-up to [52331].

Props scruffian.
Fixes .

git-svn-id: https://develop.svn.wordpress.org/trunk@52922 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2022-03-11 15:22:28 +00:00
parent 34d46cd501
commit 86843cc2c5

@ -159,7 +159,7 @@ function get_default_block_template_types() {
),
'tag' => array(
'title' => _x( 'Tag', 'Template name' ),
'description' => __( 'Displays latest posts with single post tag.' ),
'description' => __( 'Displays latest posts with a single post tag.' ),
),
'attachment' => array(
'title' => __( 'Media' ),