From 0020e5fc0a60fccb52fa28798258007d086de7e6 Mon Sep 17 00:00:00 2001 From: violuke Date: Tue, 3 Jun 2014 10:12:07 +0100 Subject: [PATCH] [DOCS] Improved grammar in multi-match query docs --- docs/reference/query-dsl/queries/multi-match-query.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/query-dsl/queries/multi-match-query.asciidoc b/docs/reference/query-dsl/queries/multi-match-query.asciidoc index 4124f82b560..b0d3b037a79 100644 --- a/docs/reference/query-dsl/queries/multi-match-query.asciidoc +++ b/docs/reference/query-dsl/queries/multi-match-query.asciidoc @@ -254,7 +254,7 @@ in <>. Type `phrase_prefix` additionally accepts The `cross_fields` type is particularly useful with structured documents where multiple fields *should* match. For instance, when querying the `first_name` -and `last_name` fields for ``Will Smith'', the best match is like to have +and `last_name` fields for ``Will Smith'', the best match is likely to have ``Will'' in one field and ``Smith'' in the other. ****