diff --git a/docs/quick_start.asciidoc b/docs/quick_start.asciidoc index a50cdde7c..2332b7b4f 100644 --- a/docs/quick_start.asciidoc +++ b/docs/quick_start.asciidoc @@ -70,7 +70,7 @@ client.indices.delete({ ----------------- === Searching for documents -A very common use-case for elasticsearch is to sort through through large collections of documents in order to find ones that are relavent to a query. In most cases you will use the client's `search()` method to accomplish this. +A very common use-case for elasticsearch is to sort through large collections of documents in order to find ones that are relavent to a query. In most cases you will use the client's `search()` method to accomplish this. ==== Elasticsearch Query DSL