Browse Source

[DOCS] Improved readability of multi-match query docs

violuke 11 years ago
parent
commit
4f99f0c6f1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/query-dsl/queries/multi-match-query.asciidoc

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

@@ -365,7 +365,7 @@ In other words, `first` and `last` would be grouped together and
 treated as a single field, and `first.edge` and `last.edge` would be
 grouped together and treated as a single field.
 
-Having multiple groups is fine but, when combined with `operator` or
+Having multiple groups is fine, but when combined with `operator` or
 `minimum_should_match`, it can suffer from the <<operator-min,same problem>>
 as `most_fields` or `best_fields`.