Skip to content

Commit

Permalink
docs: corrected a typo regarding the use of GoodJob::ActiveJobExtensi…
Browse files Browse the repository at this point in the history
…ons::NotifyOptions (#1322)
  • Loading branch information
pgvsalamander authored Apr 12, 2024
1 parent d01b545 commit feece3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/good_job/active_job_extensions/notify_options.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module ActiveJobExtensions
# @example
# # Include the concern to your job class:
# class MyJob < ApplicationJob
# include GoodJob::ActiveJobExtensions::Notify
# include GoodJob::ActiveJobExtensions::NotifyOptions
# self.good_job_notify = false
# end
#
Expand Down

0 comments on commit feece3c

Please sign in to comment.