Skip to content

Commit 75919f3

Browse files
Lonui-NCpicandocodigo
authored andcommitted
Fix typo exaample in advanced-config.asciidoc
Fix typo `exaample` in `advanced-config.asciidoc`, it exists in the section `Randomizing Hosts` on the site https://www.elastic.co/guide/en/elasticsearch/client/ruby-api/7.17/advanced-config.html#randomizing-hosts
1 parent 717be79 commit 75919f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/advanced-config.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ You can also use the `transport_options` argument documented below.
218218

219219
If you pass multiple hosts to the client, it rotates across them in a
220220
round-robin fashion by default. When the same client would be running in
221-
multiple processes (for exaample, in a Ruby web server such as Thin), it might
221+
multiple processes (for example, in a Ruby web server such as Thin), it might
222222
keep connecting to the same nodes "at once". To prevent this, you can randomize
223223
the hosts collection on initialization and reloading:
224224

0 commit comments

Comments
 (0)