From 787895eb794432803d45f88c4da9addb7bda0202 Mon Sep 17 00:00:00 2001 From: Shail Mehta Date: Thu, 15 Aug 2024 16:18:23 +0530 Subject: [PATCH] Updated small typo in compat.php file (#64535) Co-authored-by: shail-mehta Co-authored-by: t-hamano --- lib/compat/wordpress-6.7/compat.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/compat/wordpress-6.7/compat.php b/lib/compat/wordpress-6.7/compat.php index 7021cab2053ef..edc8e3fa5fb03 100644 --- a/lib/compat/wordpress-6.7/compat.php +++ b/lib/compat/wordpress-6.7/compat.php @@ -64,7 +64,7 @@ function ( $registered_template ) use ( $template_files ) { * Hooks into `get_block_template` to add the `plugin` property when necessary. * * @param [WP_Block_Template|null] $block_template The found block template, or null if there isn’t one. - * @return [WP_Block_Template|null] The block template that was already found with the plugin property defined if it was reigstered by a plugin. + * @return [WP_Block_Template|null] The block template that was already found with the plugin property defined if it was registered by a plugin. */ function _gutenberg_add_block_template_plugin_attribute( $block_template ) { if ( $block_template ) {