aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
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 /README.md
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 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 4854d7de0e..461e8cea78 100644
--- a/README.md
+++ b/README.md
@@ -45,7 +45,7 @@ or to generate the body of an email. In Rails, View generation is handled by [Ac
[Active Record](activerecord/README.rdoc), [Active Model](activemodel/README.rdoc), [Action Pack](actionpack/README.rdoc), and [Action View](actionview/README.rdoc) can each be used independently outside Rails.
In addition to that, Rails also comes with [Action Mailer](actionmailer/README.rdoc), a library
to generate and send emails; [Active Job](activejob/README.md), a
-framework for declaring jobs and making them run on a variety of queueing
+framework for declaring jobs and making them run on a variety of queuing
backends; [Action Cable](actioncable/README.md), a framework to
integrate WebSockets with a Rails application; [Active Storage](activestorage/README.md), a library to attach cloud
and local files to Rails applications;