From f19f422d23023ca2a9b70b8b48c16e4fd5f58575 Mon Sep 17 00:00:00 2001 From: Tetsuaki Hamano Date: Thu, 23 Mar 2023 15:02:39 +0900 Subject: [PATCH] Fix typo for the word `accross` --- .../src/components/global-styles/screen-color-element.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/edit-site/src/components/global-styles/screen-color-element.js b/packages/edit-site/src/components/global-styles/screen-color-element.js index f43a7735ec2202..2efd4be05d6b22 100644 --- a/packages/edit-site/src/components/global-styles/screen-color-element.js +++ b/packages/edit-site/src/components/global-styles/screen-color-element.js @@ -19,19 +19,19 @@ const { useGlobalSetting, useGlobalStyle } = unlock( blockEditorPrivateApis ); const elements = { text: { description: __( - 'Set the default color used for text accross the site.' + 'Set the default color used for text across the site.' ), title: __( 'Text' ), }, caption: { description: __( - 'Set the default color used for captions accross the site.' + 'Set the default color used for captions across the site.' ), title: __( 'Captions' ), }, button: { description: __( - 'Set the default color used for buttons accross the site.' + 'Set the default color used for buttons across the site.' ), title: __( 'Buttons' ), },