Docs: Update client.asciidoc

change a typo.

Closes #10039
This commit is contained in:
B1nj0y 2015-03-09 18:36:17 +08:00 committed by Clinton Gormley
parent c3011cead4
commit bb7cbea71e
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ client.search index: 'my-index', body: { query: { match: { title: 'test' } } }
=== Transport and API
The `elasticsearch` gem combines two separate Ruybygems:
The `elasticsearch` gem combines two separate Rubygems:
* https://github.com/elasticsearch/elasticsearch-ruby/tree/master/elasticsearch-transport[`elasticsearch-transport`]
provides a HTTP Ruby client for connecting to the Elasticsearch cluster,