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

Fix spell life cycle on activejob docs [ ci skip]

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