Skip to content

Commit d4b387c

Browse files
Minor subject/verb agreement fix (#127955)
Co-authored-by: Elastic Machine <[email protected]>
1 parent 7e22bb5 commit d4b387c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/query-languages/query-dsl/query-dsl-function-score-query.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ The new score can be restricted to not exceed a certain limit by setting the `ma
9999
The newly computed score is combined with the score of the query. The parameter `boost_mode` defines how:
100100

101101
`multiply`
102-
: query score and function score is multiplied (default)
102+
: query score and function score are multiplied (default)
103103

104104
`replace`
105105
: only function score is used, the query score is ignored

0 commit comments

Comments
 (0)