Skip to content

Commit

Permalink
Merge pull request #13 from ydah/fix-typo
Browse files Browse the repository at this point in the history
Fix a typo
  • Loading branch information
makicamel authored Jun 13, 2024
2 parents 2949cf5 + 2a2450a commit 457971b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/circuit_switch/core.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 457971b

Please sign in to comment.