Browse Source

Docs: Update client.asciidoc

change a typo.

Closes #10039
B1nj0y 10 years ago
parent
commit
bb7cbea71e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/ruby/client.asciidoc

+ 1 - 1
docs/ruby/client.asciidoc

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