Docs: Fix typos in some DocBlocks.

Props kebbet.
See #54729.

git-svn-id: https://develop.svn.wordpress.org/trunk@52597 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov
2022-01-18 20:27:39 +00:00
parent a3f8b57a1f
commit 94d6cee2e2
9 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -1164,7 +1164,7 @@ function build_query_vars_from_query_block( $block, $page ) {
* @since 5.9.0
*
* @param WP_Block $block Block instance.
* @param boolean $is_next Flag for hanlding `next/previous` blocks.
* @param boolean $is_next Flag for handling `next/previous` blocks.
*
* @return string|null Returns the constructed WP_Query arguments.
*/