Fix typo in :active_record_suppressor_registry symbol

This commit is contained in:
Gabriel Oliveira 2022-09-08 15:48:33 +02:00
parent 4cd0b4e3e1
commit fd67de56d0

@ -32,7 +32,7 @@ module Suppressor
class << self
def registry # :nodoc:
ActiveSupport::IsolatedExecutionState[:active_record_suppresor_registry] ||= {}
ActiveSupport::IsolatedExecutionState[:active_record_suppressor_registry] ||= {}
end
end