aboutsummaryrefslogtreecommitdiffstats
path: root/activejob
diff options
context:
space:
mode:
authorJon Moss <maclover7@users.noreply.github.com>2016-06-09 17:47:47 -0400
committerJon Moss <maclover7@users.noreply.github.com>2016-06-09 17:47:47 -0400
commitf9a39e0d51400c62348e6e299d4c53e9eababef2 (patch)
treeaad0fdd7434614a85b5952ee5de8f39c1666c429 /activejob
parentd65320714ede42cc1e20a2da65dc6409758228f8 (diff)
parentffb6ab4fe1739389b4da143fb9b4f49cb14a5463 (diff)
downloadrails-f9a39e0d51400c62348e6e299d4c53e9eababef2.tar.gz
rails-f9a39e0d51400c62348e6e299d4c53e9eababef2.tar.bz2
rails-f9a39e0d51400c62348e6e299d4c53e9eababef2.zip
Merge pull request #25338 from jwworth/fix_typo_sucker_punch_1465507047
Fix Typo in `SuckerPunchAdapter`
Diffstat (limited to 'activejob')
-rw-r--r--activejob/lib/active_job/queue_adapters/sucker_punch_adapter.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activejob/lib/active_job/queue_adapters/sucker_punch_adapter.rb b/activejob/lib/active_job/queue_adapters/sucker_punch_adapter.rb
index 311109e958..163c8eb212 100644
--- a/activejob/lib/active_job/queue_adapters/sucker_punch_adapter.rb
+++ b/activejob/lib/active_job/queue_adapters/sucker_punch_adapter.rb
@@ -5,7 +5,7 @@ module ActiveJob
# == Sucker Punch adapter for Active Job
#
# Sucker Punch is a single-process Ruby asynchronous processing library.
- # This reduces the cost of of hosting on a service like Heroku along
+ # This reduces the cost of hosting on a service like Heroku along
# with the memory footprint of having to maintain additional jobs if
# hosting on a dedicated server. All queues can run within a
# single application (eg. Rails, Sinatra, etc.) process.