提交 7d1718f4 编写于 作者: R Robin Dupret

Merge pull request #18274 from rajcybage/spell_fix

Fix spell life cycle on activejob docs [ci skip]
......@@ -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>
......
......@@ -217,8 +217,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.
先完成此消息的编辑!
想要评论请 注册