Fix typo s/adapaters/adapters/ [ci skip]

This commit is contained in:
Ryuta Kamizono 2021-02-07 05:41:07 +09:00
parent 99c1112b42
commit f8b354bf3b
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
`perform_later` can now optionally take a block which will execute after `perform_later` can now optionally take a block which will execute after
the adapter attempts to enqueue the job. The block will receive the job the adapter attempts to enqueue the job. The block will receive the job
instance as an argument even if the enqueue was not successful. instance as an argument even if the enqueue was not successful.
Additionally, `ActiveJob` adapaters now have the ability to raise an Additionally, `ActiveJob` adapters now have the ability to raise an
`ActiveJob::EnqueueError` which will be caught and stored in the job `ActiveJob::EnqueueError` which will be caught and stored in the job
instance so code attempting to enqueue jobs can inspect any raised instance so code attempting to enqueue jobs can inspect any raised
`EnqueueError` using the block. `EnqueueError` using the block.