diff --git a/lib/compat/wordpress-6.3/rest-api.php b/lib/compat/wordpress-6.3/rest-api.php index 73e8f0da61526e..041398eda24b4f 100644 --- a/lib/compat/wordpress-6.3/rest-api.php +++ b/lib/compat/wordpress-6.3/rest-api.php @@ -85,7 +85,7 @@ function add_modified_wp_template_schema() { } add_filter( 'rest_api_init', 'add_modified_wp_template_schema' ); -// If the Blocks Hooks experiment is enabled, we load the block patterns +// If the Block Hooks experiment is enabled, we load the block patterns // controller in lib/experimental/rest-api.php instead. if ( ! gutenberg_is_experiment_enabled( 'gutenberg-block-hooks' ) ) { /**