Skip to content

Commit 8f391fa

Browse files
committed
Add missing word
1 parent 282ce81 commit 8f391fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/reference/query-dsl/match-phrase-prefix-query.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ order** as provided. The last term of the provided text is treated as a
1212
[[match-phrase-prefix-query-ex-request]]
1313
==== Example request
1414

15-
The following search returns documents that phrases beginning with `quick brown
16-
f` in the `message` field.
15+
The following search returns documents that contain phrases beginning with
16+
`quick brown f` in the `message` field.
1717

1818
This search would match a `message` value of `quick brown fox` or `two quick
1919
brown ferrets` but not `the fox is quick and brown`.

0 commit comments

Comments
 (0)