浏览代码

[DOCS] Improved grammar in multi-match query docs

violuke 11 年之前
父节点
当前提交
0020e5fc0a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/reference/query-dsl/queries/multi-match-query.asciidoc

+ 1 - 1
docs/reference/query-dsl/queries/multi-match-query.asciidoc

@@ -254,7 +254,7 @@ in <<query-dsl-match-query>>.  Type `phrase_prefix` additionally accepts
 
 
 The `cross_fields` type is particularly useful with structured documents where
 The `cross_fields` type is particularly useful with structured documents where
 multiple fields *should* match.  For instance, when querying the `first_name`
 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.
 ``Will'' in one field and ``Smith'' in the other.
 
 
 ****
 ****