Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/jay_api/elasticsearch/client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down