Skip to content

Commit

Permalink
[Docs] Fix typo. (#409)
Browse files Browse the repository at this point in the history
  • Loading branch information
lerxst authored and polyfractal committed May 3, 2016
1 parent 4858eff commit b013ab0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/configuration.asciidoc
Expand Up @@ -10,7 +10,7 @@ We'll walk through all the configuration options and show sample code to replace
=== Host Configuration

The most common configuration is telling the client about your cluster: how many nodes, their addresses and ports. If
not hosts are specified, the client will attempt to connect to `localhost:9200`.
no hosts are specified, the client will attempt to connect to `localhost:9200`.

This behavior can be changed by using the `setHosts()` method on `ClientBuilder`. The method accepts an array of values,
each entry corresponding to one node in your cluster. The format of the host can vary, depending on your needs (ip vs
Expand Down

0 comments on commit b013ab0

Please sign in to comment.