From f22e423a63f46257547230a964d83f6035a437ad Mon Sep 17 00:00:00 2001 From: Taylor Gorman Date: Tue, 21 May 2024 13:20:08 -0500 Subject: [PATCH] Fix: Typo in Extending the Query Loop documentation (#61830) Co-authored-by: taylorgorman Co-authored-by: fabiankaegy --- .../block-tutorial/extending-the-query-loop-block.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/how-to-guides/block-tutorial/extending-the-query-loop-block.md b/docs/how-to-guides/block-tutorial/extending-the-query-loop-block.md index d3628d991f872..bf48c5db4e9bb 100644 --- a/docs/how-to-guides/block-tutorial/extending-the-query-loop-block.md +++ b/docs/how-to-guides/block-tutorial/extending-the-query-loop-block.md @@ -178,7 +178,7 @@ As of Gutenberg version 14.2, the following controls are available: - `sticky` - Shows a dropdown to select how to handle sticky posts. - `taxQuery` - Shows available taxonomies filters for the currently selected post type. - `author` - Shows an input field to filter the query by author. -- `search` - Shows an input filed to filter the query by keywords. +- `search` - Shows an input field to filter the query by keywords. In our case, the property would look like this: