From 9f531947c13e781d9b9fcbab2382fa2c8e501f5e Mon Sep 17 00:00:00 2001 From: Shail Mehta Date: Sat, 18 Jan 2025 14:38:32 +0530 Subject: [PATCH] Updated Typo in Constants.js (#68765) Co-authored-by: shail-mehta Co-authored-by: t-hamano --- packages/edit-site/src/components/style-book/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/edit-site/src/components/style-book/constants.ts b/packages/edit-site/src/components/style-book/constants.ts index dcd41287fa239d..284816a55da907 100644 --- a/packages/edit-site/src/components/style-book/constants.ts +++ b/packages/edit-site/src/components/style-book/constants.ts @@ -168,7 +168,7 @@ export const STYLE_BOOK_ALL_BLOCKS_SUBCATEGORIES: StyleBookCategory[] = [ }, ]; -// Style book preview categories are organised slightly differently to the editor ones. +// Style book preview categories are organized slightly differently to the editor ones. export const STYLE_BOOK_PREVIEW_CATEGORIES: StyleBookCategory[] = [ { slug: 'overview',