From 65a580f01b5f76007bc43a09e2a045d123920ce6 Mon Sep 17 00:00:00 2001 From: Daniel Richards Date: Tue, 11 Jan 2022 09:52:47 +0800 Subject: [PATCH] Fix typo --- lib/compat/wordpress-5.9/block-template-utils.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/compat/wordpress-5.9/block-template-utils.php b/lib/compat/wordpress-5.9/block-template-utils.php index f064d5f8fa4621..481148f9cd085d 100644 --- a/lib/compat/wordpress-5.9/block-template-utils.php +++ b/lib/compat/wordpress-5.9/block-template-utils.php @@ -114,7 +114,7 @@ function get_default_block_template_types() { ), 'home' => array( 'title' => _x( 'Home', 'Template name', 'gutenberg' ), - 'description' => __( 'Displays as the site\'s home page, or as the Posts page when a static home page it set.', 'gutenberg' ), + 'description' => __( 'Displays as the site\'s home page, or as the Posts page when a static home page isn\'t set.', 'gutenberg' ), ), 'front-page' => array( 'title' => _x( 'Front Page', 'Template name', 'gutenberg' ),