From 5c2f7ed4831f3287827f06800bb4b5ab620c5c1a 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',