From 9cab0837e44ad3ec1383df735d619240f3bad52d Mon Sep 17 00:00:00 2001 From: Hareesh Date: Sat, 18 Mar 2023 22:58:19 +0530 Subject: [PATCH] Fix typo in utils.js Changed latests to latest --- packages/edit-site/src/components/add-new-template/utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/edit-site/src/components/add-new-template/utils.js b/packages/edit-site/src/components/add-new-template/utils.js index 7309f2ff711ca9..8de37c1f64632c 100644 --- a/packages/edit-site/src/components/add-new-template/utils.js +++ b/packages/edit-site/src/components/add-new-template/utils.js @@ -146,7 +146,7 @@ export function usePostTypeArchiveMenuItems() { description: sprintf( // translators: %s: Name of the post type e.g: "Post". __( - 'Displays an archive with the latests posts of type: %s.' + 'Displays an archive with the latest posts of type: %s.' ), postType.labels.singular_name ),