diff options
author | Logan Hasson <logan.hasson@gmail.com> | 2014-08-20 15:36:58 -0400 |
---|---|---|
committer | Logan Hasson <logan.hasson@gmail.com> | 2014-08-20 15:36:58 -0400 |
commit | d694ea259c755924ba54e8e3783630ae3d737543 (patch) | |
tree | 2d6c9d776de877e49f2985dcdda4f279a3732b49 /activejob/lib/active_job | |
parent | 2b7d67d49df8b88ef4815199f2ce5c11f09fe06f (diff) | |
download | rails-d694ea259c755924ba54e8e3783630ae3d737543.tar.gz rails-d694ea259c755924ba54e8e3783630ae3d737543.tar.bz2 rails-d694ea259c755924ba54e8e3783630ae3d737543.zip |
[ci skip] Fix Active Job grammar in api docs
Diffstat (limited to 'activejob/lib/active_job')
-rw-r--r-- | activejob/lib/active_job/callbacks.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activejob/lib/active_job/callbacks.rb b/activejob/lib/active_job/callbacks.rb index af92031bc9..8901fa77f2 100644 --- a/activejob/lib/active_job/callbacks.rb +++ b/activejob/lib/active_job/callbacks.rb @@ -3,7 +3,7 @@ require 'active_support/callbacks' module ActiveJob # = Active Job Callbacks # - # Active Job provides hooks during the lifecycle of a job. Callbacks allows you to trigger + # Active Job provides hooks during the lifecycle of a job. Callbacks allow you to trigger # logic during the lifecycle of a job. Available callbacks: # # * <tt>before_enqueue</tt> |