aboutsummaryrefslogtreecommitdiffstats
path: root/activejob/activejob.gemspec
diff options
context:
space:
mode:
authorjacobherrington <jacobherringtondeveloper@gmail.com>2018-11-18 22:36:44 -0600
committerjacobherrington <jacobherringtondeveloper@gmail.com>2018-11-18 22:36:44 -0600
commit308d637550f4b1ec7550df3fa6ab8db9fe7c81e8 (patch)
tree5ef760f96528c878e28f9fd9052a3c80db46ff76 /activejob/activejob.gemspec
parent218e50ce59c3abfa5ffdfac253cdeb2f74602da0 (diff)
downloadrails-308d637550f4b1ec7550df3fa6ab8db9fe7c81e8.tar.gz
rails-308d637550f4b1ec7550df3fa6ab8db9fe7c81e8.tar.bz2
rails-308d637550f4b1ec7550df3fa6ab8db9fe7c81e8.zip
Change queueing to queuing in docs and comments [skip ci]
My spellchecker flagged this as an incorrect spelling, upon further research it appears to be a point of contention in English. Either way might work. After further examination queuing is much more common in the Rails codebase so making this change will serve to standardize the spelling.
Diffstat (limited to 'activejob/activejob.gemspec')
-rw-r--r--activejob/activejob.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/activejob/activejob.gemspec b/activejob/activejob.gemspec
index cd7ac210ec..20b9d4ccdd 100644
--- a/activejob/activejob.gemspec
+++ b/activejob/activejob.gemspec
@@ -7,7 +7,7 @@ Gem::Specification.new do |s|
s.name = "activejob"
s.version = version
s.summary = "Job framework with pluggable queues."
- s.description = "Declare job classes that can be run by a variety of queueing backends."
+ s.description = "Declare job classes that can be run by a variety of queuing backends."
s.required_ruby_version = ">= 2.4.1"