From 2a2450ada95a2116a0c3ee534de90f1a574eff6c Mon Sep 17 00:00:00 2001 From: ydah Date: Tue, 11 Jun 2024 18:06:26 +0900 Subject: [PATCH] s/initialzers/initializers/ --- lib/circuit_switch/core.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/circuit_switch/core.rb b/lib/circuit_switch/core.rb index 098079d..225cf1e 100644 --- a/lib/circuit_switch/core.rb +++ b/lib/circuit_switch/core.rb @@ -41,7 +41,7 @@ def execute_report raise CircuitSwitchError.new('Set config.reporter.') end if config.reporter.arity == 1 - Logger.new($stdout).info('config.reporter now receives 2 arguments. Improve your `config/initialzers/circuit_switch.rb`.') + Logger.new($stdout).info('config.reporter now receives 2 arguments. Improve your `config/initializers/circuit_switch.rb`.') end if stop_report_if_reach_limit && report_limit_count == 0 raise CircuitSwitchError.new('Can\'t set limit_count to 0 when stop_report_if_reach_limit is true')