diff --git a/lib/jay_api/elasticsearch/client.rb b/lib/jay_api/elasticsearch/client.rb index 366d559..0a1cc18 100644 --- a/lib/jay_api/elasticsearch/client.rb +++ b/lib/jay_api/elasticsearch/client.rb @@ -10,7 +10,7 @@ module JayAPI module Elasticsearch - # The JayAPI wrapper class over the Elastisearch::Client object. It mirrors + # The JayAPI wrapper class over the +Elasticsearch::Client+ object. It mirrors # the object's API, but if one of the ERRORS is raised, this Wrapper class will # rescue the error up to a few times and re-try the connection. This way the # connection to Elasticsearch will be more robust.