typo in ruby docs

Closes #10331
This commit is contained in:
Maurizio De Magnis 2015-03-30 23:31:51 +02:00 committed by Clinton Gormley
parent 276dbc2925
commit 589f8d4468
1 changed files with 1 additions and 1 deletions

View File

@ -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