Skip to content

Commit 1c9d73e

Browse files
fritz-cnik9000
authored andcommitted
Docs: Fix typo in bool query (#36350)
`controlled by settings the` -> `controlled by setting the`
1 parent c4a11b2 commit 1c9d73e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/query-dsl/bool-query.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ and clauses are considered for caching.
2424
the score. If the `bool` query is a <<query-filter-context,filter context>>
2525
or has neither `must` or `filter` then at least one of the `should` queries
2626
must match a document for it to match the `bool` query. This behavior may be
27-
explicitly controlled by settings the
27+
explicitly controlled by setting the
2828
<<query-dsl-minimum-should-match,`minimum_should_match`>> parameter.
2929

3030
|`must_not` |The clause (query) must not appear in the matching

0 commit comments

Comments
 (0)