Skip to content

Commit b013ab0

Browse files
lerxstpolyfractal
authored andcommitted
[Docs] Fix typo. (#409)
1 parent 4858eff commit b013ab0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/configuration.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ We'll walk through all the configuration options and show sample code to replace
1010
=== Host Configuration
1111

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

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

0 commit comments

Comments
 (0)