Skip to content

Commit

Permalink
Fix misspelling of "queries" in filter documentation (#33799)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyfelt authored Aug 2, 2021
1 parent bfa0af3 commit 31c4837
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/full-site-editing/block-templates.php
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ function gutenberg_get_block_templates( $query = array(), $template_type = 'wp_t
/**
* Filters the block templates array before the query takes place.
*
* Return a non-null value to bypass the WordPress quries.
* Return a non-null value to bypass the WordPress queries.
*
* @since 10.8
*
Expand Down Expand Up @@ -412,7 +412,7 @@ function gutenberg_get_block_template( $id, $template_type = 'wp_template' ) {
/**
* Filters the block templates array before the query takes place.
*
* Return a non-null value to bypass the WordPress quries.
* Return a non-null value to bypass the WordPress queries.
*
* @since 10.8
*
Expand Down Expand Up @@ -483,7 +483,7 @@ function gutenberg_get_block_file_template( $id, $template_type = 'wp_template'
/**
* Filters the block templates array before the query takes place.
*
* Return a non-null value to bypass the WordPress quries.
* Return a non-null value to bypass the WordPress queries.
*
* @since 10.8
*
Expand Down

0 comments on commit 31c4837

Please sign in to comment.