Skip to content

Commit 57ca841

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 1b2f21f commit 57ca841

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
@@ -212,7 +212,7 @@ You can also use the `transport_options` argument documented below.
212212

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

0 commit comments

Comments
 (0)