Skip to content

Commit a9a7327

Browse files
Fix the spelling of "Elasticsearch" in Client
1 parent 8acd180 commit a9a7327

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/jay_api/elasticsearch/client.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
module JayAPI
1212
module Elasticsearch
13-
# The JayAPI wrapper class over the Elastisearch::Client object. It mirrors
13+
# The JayAPI wrapper class over the +Elasticsearch::Client+ object. It mirrors
1414
# the object's API, but if one of the ERRORS is raised, this Wrapper class will
1515
# rescue the error up to a few times and re-try the connection. This way the
1616
# connection to Elasticsearch will be more robust.

0 commit comments

Comments
 (0)