From 48e5862e878a53645ff86935a83d2ff81b9cd3fe Mon Sep 17 00:00:00 2001 From: Aaron Robertshaw <60436221+aaronrobertshaw@users.noreply.github.com> Date: Wed, 1 Mar 2023 09:40:03 +1000 Subject: [PATCH] Fix typo in valid settings array --- packages/block-editor/src/components/global-styles/hooks.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/block-editor/src/components/global-styles/hooks.js b/packages/block-editor/src/components/global-styles/hooks.js index 33557025b84922..f483a9208e6e11 100644 --- a/packages/block-editor/src/components/global-styles/hooks.js +++ b/packages/block-editor/src/components/global-styles/hooks.js @@ -55,7 +55,7 @@ const VALID_SETTINGS = [ 'spacing.margin', 'spacing.padding', 'spacing.units', - 'typography.fuild', + 'typography.fluid', 'typography.customFontSize', 'typography.dropCap', 'typography.fontFamilies',