From 26ee93cd81d598d95027617dbd693cf5b28c2032 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Wrede?= Date: Fri, 29 Oct 2021 15:51:19 +0200 Subject: [PATCH] Docs: Fix Typos in widgets/overview.md (#36078) --- docs/how-to-guides/widgets/overview.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/how-to-guides/widgets/overview.md b/docs/how-to-guides/widgets/overview.md index bd1734cf3c20c..0703e70cb2edc 100644 --- a/docs/how-to-guides/widgets/overview.md +++ b/docs/how-to-guides/widgets/overview.md @@ -14,7 +14,7 @@ The new Widgets Editor also replaces the Widgets section in the Customizer with You can access the Customizer Widgets Block Editor by navigating to Appearance → Customize, selecting Widgets, and then selecting a Widget Area. -Using the new Widgets Editor through the Customizer goes beyond inserting blocks and widgets into a selected Widget Area, makeing use of the live preview of the changes, to the right of the editor, and of all the other Customizer specific features such as scheduling and sharing changes. +Using the new Widgets Editor through the Customizer goes beyond inserting blocks and widgets into a selected Widget Area, making use of the live preview of the changes, to the right of the editor, and of all the other Customizer specific features such as scheduling and sharing changes. ## Compatibility @@ -24,7 +24,7 @@ The Legacy Widget block is the compatibility mechanism which allows us to edit a Any third party widgets registered by plugins can still be inserted in widget areas by adding and setting them up through a Legacy Widget block. -The Widgets Editor stores blocks using an underlying "Block" widget that is invisible to the user. This means that plugins and themes will contibue to work normally, and that the Widgets Block Editor can be disabled without any data loss. +The Widgets Editor stores blocks using an underlying "Block" widget that is invisible to the user. This means that plugins and themes will continue to work normally, and that the Widgets Block Editor can be disabled without any data loss. Themes may disable the Widgets Block Editor using `remove_theme_support( 'widgets-block-editor' )`.