Skip to content

Commit

Permalink
Docs: Fix Typos in widgets/overview.md (#36078)
Browse files Browse the repository at this point in the history
  • Loading branch information
Soean authored Oct 29, 2021
1 parent f697752 commit 26ee93c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/how-to-guides/widgets/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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' )`.

Expand Down

0 comments on commit 26ee93c

Please sign in to comment.