Browse Source

[DOCS] Correct typo in "Run a search" docs

James Rodewig 5 years ago
parent
commit
34dd9d1772
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/search/index.asciidoc

+ 1 - 1
docs/reference/search/index.asciidoc

@@ -17,7 +17,7 @@ Depending on your data, you can use a query to get answers to questions like:
 * How many of my products have a price greater than $20? 
 
 A _search_ consists of one or more queries that are combined and sent to {es}.
-Documents that match the a search's queries are returned in the _hits_, or
+Documents that match a search's queries are returned in the _hits_, or
 _search results_, of the response.
 
 A search may also contain additional information used to better process its