We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89f933a commit ba53da6Copy full SHA for ba53da6
lib/algolia/transport/retry_strategy.rb
@@ -1,6 +1,6 @@
1
module Algolia
2
module Transport
3
- # Class RetryStatregy
+ # Class RetryStrategy
4
class RetryStrategy
5
include RetryOutcomeType
6
test/algolia/unit/retry_strategy_test.rb
@@ -86,7 +86,7 @@ def test_failure_when_all_hosts_are_down
86
end
87
88
89
- describe 'retry stategy decisions' do
+ describe 'retry strategy decisions' do
90
def before_all
91
super
92
@app_id = 'app_id'
0 commit comments