Skip to content

Commit ba53da6

Browse files
author
Thomas Dalous
committed
fix(typo): s/stategy/strategy
1 parent 89f933a commit ba53da6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/algolia/transport/retry_strategy.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module Algolia
22
module Transport
3-
# Class RetryStatregy
3+
# Class RetryStrategy
44
class RetryStrategy
55
include RetryOutcomeType
66

test/algolia/unit/retry_strategy_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def test_failure_when_all_hosts_are_down
8686
end
8787
end
8888

89-
describe 'retry stategy decisions' do
89+
describe 'retry strategy decisions' do
9090
def before_all
9191
super
9292
@app_id = 'app_id'

0 commit comments

Comments
 (0)