Docs: Fix typo in the get_block_editor_settings() description.

Follow-up to [50776].

Props tmatsuur, pbearne.
Fixes #53922.

git-svn-id: https://develop.svn.wordpress.org/trunk@51611 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2021-08-15 12:44:26 +00:00
parent fadb6b076e
commit 710f30eb96

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
*