aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGannon McGibbon <gannon.mcgibbon@gmail.com>2018-11-19 00:07:57 -0500
committerGitHub <noreply@github.com>2018-11-19 00:07:57 -0500
commit2201197961b3aa1e3fc8033760a559def8da77e8 (patch)
tree5ef760f96528c878e28f9fd9052a3c80db46ff76 /README.md
parent218e50ce59c3abfa5ffdfac253cdeb2f74602da0 (diff)
parent308d637550f4b1ec7550df3fa6ab8db9fe7c81e8 (diff)
downloadrails-2201197961b3aa1e3fc8033760a559def8da77e8.tar.gz
rails-2201197961b3aa1e3fc8033760a559def8da77e8.tar.bz2
rails-2201197961b3aa1e3fc8033760a559def8da77e8.zip
Merge pull request #34481 from jacobherrington/patch-1
Correct a spelling error
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;