Docs: Typo fix in WP_REST_Block_Pattern_Categories_Controller docblock.

Props Soean.
Fixes #58204.

Built from https://develop.svn.wordpress.org/trunk@55692


git-svn-id: http://core.svn.wordpress.org/trunk@55204 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
audrasjb 2023-04-27 22:25:26 +00:00
parent 9953e9e51d
commit 4c8a5d8d28
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
<?php
/**
* REST API: WP_REST_Block_Pattern_Catergories_Controller class
* REST API: WP_REST_Block_Pattern_Categories_Controller class
*
* @package WordPress
* @subpackage REST_API

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.3-alpha-55691';
$wp_version = '6.3-alpha-55692';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.