Docs: Typo correction in wp_get_layout_style() introduced in 5.9.

Follow-up to [52069].

See #53399.


git-svn-id: https://develop.svn.wordpress.org/trunk@52410 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Jb Audras 2021-12-22 23:18:46 +00:00
parent 7f222a7159
commit f020b00c96

View File

@ -37,7 +37,7 @@ function wp_register_layout_support( $block_type ) {
*
* @param string $selector CSS selector.
* @param array $layout Layout object. The one that is passed has already checked
* the existance of default block layout.
* the existence of default block layout.
* @param bool $has_block_gap_support Whether the theme has support for the block gap.
* @return string CSS style.
*/