From f020b00c969dcfc3de3cd51570250326cc13e7e7 Mon Sep 17 00:00:00 2001 From: Jb Audras Date: Wed, 22 Dec 2021 23:18:46 +0000 Subject: [PATCH] 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 --- src/wp-includes/block-supports/layout.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/block-supports/layout.php b/src/wp-includes/block-supports/layout.php index 6e3fa10714..f318e7c492 100644 --- a/src/wp-includes/block-supports/layout.php +++ b/src/wp-includes/block-supports/layout.php @@ -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. */