aboutsummaryrefslogtreecommitdiffstats
path: root/activejob
diff options
context:
space:
mode:
authorRajarshi Das <mita9051@gmail.com>2014-12-31 15:51:37 +0530
committerRajarshi Das <mita9051@gmail.com>2014-12-31 15:51:37 +0530
commit0f80b9f997c94bd3dce5d9f68de60ce02712162d (patch)
tree64ce6d80c03a1d2a4741aca3c30ebf09a783c021 /activejob
parent381f9931ec533dd9003f6e7224d7461b93f2fb24 (diff)
downloadrails-0f80b9f997c94bd3dce5d9f68de60ce02712162d.tar.gz
rails-0f80b9f997c94bd3dce5d9f68de60ce02712162d.tar.bz2
rails-0f80b9f997c94bd3dce5d9f68de60ce02712162d.zip
Fix spell life cycle on activejob docs [ ci skip]
Diffstat (limited to 'activejob')
-rw-r--r--activejob/lib/active_job/callbacks.rb4
1 files changed, 2 insertions, 2 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:
#
# * <tt>before_enqueue</tt>
# * <tt>around_enqueue</tt>