From 0f80b9f997c94bd3dce5d9f68de60ce02712162d Mon Sep 17 00:00:00 2001 From: Rajarshi Das Date: Wed, 31 Dec 2014 15:51:37 +0530 Subject: Fix spell life cycle on activejob docs [ ci skip] --- activejob/lib/active_job/callbacks.rb | 4 ++-- guides/source/active_job_basics.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/activejob/lib/active_job/callbacks.rb b/activejob/lib/active_job/callbacks.rb index cafa3438c0..8e45872f8b 100644 --- a/activejob/lib/active_job/callbacks.rb +++ b/activejob/lib/active_job/callbacks.rb @@ -3,8 +3,8 @@ require 'active_support/callbacks' 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: # # * before_enqueue # * around_enqueue diff --git a/guides/source/active_job_basics.md b/guides/source/active_job_basics.md index 7b3081993d..f5eaf4c691 100644 --- a/guides/source/active_job_basics.md +++ b/guides/source/active_job_basics.md @@ -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 -- cgit v1.2.3