1
0
Эх сурвалжийг харах

Merge pull request #11983 from cdosborn/patch-1

Grammar fix to match query docs
Clinton Gormley 10 жил өмнө
parent
commit
1e5e4439ce

+ 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]
 --------------------------------------------------