Skip to content

Commit

Permalink
Fix typos in warn line
Browse files Browse the repository at this point in the history
  • Loading branch information
wwahammy authored and palkan committed May 21, 2024
1 parent d009002 commit 5ad9a7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/active_event_store/engine.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class Engine < ::Rails::Engine

# Use before configuration hook to check for ActiveJob presence
ActiveSupport.on_load(:before_configuration) do
next warn "Active Job is not loaded. Active Event Store asynchrounous subscriptions won't worke" unless defined?(::ActiveJob)
next warn "Active Job is not loaded. Active Event Store asynchronous subscriptions won't work" unless defined?(::ActiveJob)

require "active_event_store/subscriber_job"
require "active_event_store/rspec/have_enqueued_async_subscriber_for" if defined?(::RSpec::Matchers)
Expand Down

0 comments on commit 5ad9a7a

Please sign in to comment.