Update quick_start.asciidoc

typo
This commit is contained in:
vzvenyach
2014-07-25 21:41:39 -04:00
committed by Spencer Alger
parent dbaf7508b6
commit 95a4ddd38f

View File

@ -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 <<configuration,section deicated to configuration>>.
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 <<configuration,section dedicated to configuration>>.
[source,js]
-----------------