Browse Source

typo in ruby docs

Closes #10331
Maurizio De Magnis 10 years ago
parent
commit
589f8d4468
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/ruby/client.asciidoc

+ 1 - 1
docs/ruby/client.asciidoc

@@ -70,7 +70,7 @@ client.search index: 'my-index', body: { query: { match: { title: 'test' } } }
 === Features at a Glance
 
 * Pluggable logging and tracing
-* Plugabble connection selection strategies (round-robin, random, custom)
+* Pluggable connection selection strategies (round-robin, random, custom)
 * Pluggable transport implementation, customizable and extendable
 * Pluggable serializer implementation
 * Request retries and dead connections handling