Browse Source

Merge pull request #11983 from cdosborn/patch-1

Grammar fix to match query docs
Clinton Gormley 10 years ago
parent
commit
1e5e4439ce
1 changed files with 3 additions and 2 deletions
  1. 3 2
      docs/reference/query-dsl/match-query.asciidoc

+ 3 - 2
docs/reference/query-dsl/match-query.asciidoc

@@ -1,8 +1,9 @@
 [[query-dsl-match-query]]
 === Match Query
 
-A family of `match` queries that accept text/numerics/dates, analyzes
-it, and constructs a query out of it. For example:
+
+A family of `match` queries that accepts text/numerics/dates, analyzes
+them, and constructs a query. For example:
 
 [source,js]
 --------------------------------------------------