From 29b43319b52bd75a48d3643fa83e93c07fa83a9c Mon Sep 17 00:00:00 2001 From: Sergio Bobillier Date: Mon, 9 Mar 2026 13:21:11 +0100 Subject: [PATCH] Fix the spelling of "Elasticsearch" in Client --- lib/jay_api/elasticsearch/client.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.