Skip to content

Commit

Permalink
[ci skip] Fix Active Job grammar in api docs
Browse files Browse the repository at this point in the history
  • Loading branch information
loganhasson committed Aug 20, 2014
1 parent 2b7d67d commit d694ea2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion activejob/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Active Job is a framework for declaring jobs and making them run on a variety
of queueing backends. These jobs can be everything from regularly scheduled
clean-ups, billing charges, or mailings. Anything that can be chopped up into
clean-ups, to billing charges, to mailings. Anything that can be chopped up into
small units of work and run in parallel, really.

It also serves as the backend for ActionMailer's #deliver_later functionality
Expand Down
2 changes: 1 addition & 1 deletion activejob/lib/active_job/callbacks.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
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>
Expand Down

0 comments on commit d694ea2

Please sign in to comment.