提交 0f80b9f9 编写于 作者: R Rajarshi Das

Fix spell life cycle on activejob docs [ ci skip]

上级 381f9931
...@@ -3,8 +3,8 @@ ...@@ -3,8 +3,8 @@
module ActiveJob module ActiveJob
# = Active Job Callbacks # = Active Job Callbacks
# #
# Active Job provides hooks during the lifecycle of a job. Callbacks allow you # Active Job provides hooks during the life cycle of a job. Callbacks allow you
# to trigger logic during the lifecycle of a job. Available callbacks are: # to trigger logic during the life cycle of a job. Available callbacks are:
# #
# * <tt>before_enqueue</tt> # * <tt>before_enqueue</tt>
# * <tt>around_enqueue</tt> # * <tt>around_enqueue</tt>
......
...@@ -215,8 +215,8 @@ backends you need to specify the queues to listen to. ...@@ -215,8 +215,8 @@ backends you need to specify the queues to listen to.
Callbacks Callbacks
--------- ---------
Active Job provides hooks during the lifecycle of a job. Callbacks allow you to Active Job provides hooks during the life cycle of a job. Callbacks allow you to
trigger logic during the lifecycle of a job. trigger logic during the life cycle of a job.
### Available callbacks ### Available callbacks
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册