From 95a4ddd38f556f46d0b51f6bc580e05a6558ad1d Mon Sep 17 00:00:00 2001 From: vzvenyach Date: Fri, 25 Jul 2014 21:41:39 -0400 Subject: [PATCH] Update quick_start.asciidoc typo --- docs/quick_start.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/quick_start.asciidoc b/docs/quick_start.asciidoc index 90d44f325..a50cdde7c 100644 --- a/docs/quick_start.asciidoc +++ b/docs/quick_start.asciidoc @@ -2,7 +2,7 @@ == Quick Start === Creating a client -Start using Elasticsearch.js by creating an instance of the `elasticsearch.Client` class. The constructor accepts a config object/hash where you can define defaults values, or even entire classes, for the client to use. For a full list of config options check out the the <>. +Start using Elasticsearch.js by creating an instance of the `elasticsearch.Client` class. The constructor accepts a config object/hash where you can define defaults values, or even entire classes, for the client to use. For a full list of config options check out the the <>. [source,js] -----------------