lib/sqewer/extensions/active_job_adapter.rb in sqewer-6.0.2 vs lib/sqewer/extensions/active_job_adapter.rb in sqewer-6.0.3
- old
+ new
@@ -1,8 +1,8 @@
# ActiveJob docs: http://edgeguides.rubyonrails.org/active_job_basics.html
# Example adapters ref: https://github.com/rails/rails/tree/master/activejob/lib/active_job/queue_adapters
module ActiveJob
- # Only prepend the module with keyword agrument acceptance when the version is 4
+ # Only prepend the module with keyword argument acceptance when the version is 4
# ActiveJob 5.x supports kwargs out of the box
if ActiveJob::VERSION::MAJOR <= 4
module Execution
prepend PerformWithKeywords
end