Docs: Fix typo in the `get_block_editor_settings()` description.

Follow-up to [50776].

Props tmatsuur, pbearne, SergeyBiryukov.
Merges [51611] to the 5.8 branch.
Fixes #53922.
Built from https://develop.svn.wordpress.org/branches/5.8@51621


git-svn-id: http://core.svn.wordpress.org/branches/5.8@51227 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
desrosj 2021-08-16 18:42:57 +00:00
parent 0609cdd83c
commit d6c021e728
2 changed files with 2 additions and 2 deletions

View File

@ -272,7 +272,7 @@ function get_legacy_widget_block_editor_settings() {
}
/**
* Returns the contextualized block editor settings settings for a selected editor context.
* Returns the contextualized block editor settings for a selected editor context.
*
* @since 5.8.0
*

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.8.1-alpha-51620';
$wp_version = '5.8.1-alpha-51621';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.