aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGautam Sawhney <gsawhney21@gmail.com>2016-02-20 12:10:04 +0530
committerGautam Sawhney <gsawhney21@gmail.com>2016-02-20 12:10:04 +0530
commit788223ac466862faad400a451d1a9a26f7fb3aa7 (patch)
tree9315c498b8dda3e6f7991498bf2615356ffaf08e /README.md
parent2df891dccdcfbdfb176c55297589712ac379f87d (diff)
downloadrails-788223ac466862faad400a451d1a9a26f7fb3aa7.tar.gz
rails-788223ac466862faad400a451d1a9a26f7fb3aa7.tar.bz2
rails-788223ac466862faad400a451d1a9a26f7fb3aa7.zip
Fixed a typo
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 0c58685573..fb9e683bc3 100644
--- a/README.md
+++ b/README.md
@@ -35,7 +35,7 @@ or to generate the body of an email. In Rails, View generation is handled by Act
You can read more about Action View in its [README](actionview/README.rdoc).
Active Record, Active Model, Action Pack, and Action View can each be used independently outside Rails.
-In addition to them, Rails also comes with Action Mailer ([README](actionmailer/README.rdoc)), a library
+In addition to that, Rails also comes with Action Mailer ([README](actionmailer/README.rdoc)), a library
to generate and send emails; Active Job ([README](activejob/README.md)), a
framework for declaring jobs and making them run on a variety of queueing
backends; Action Cable ([README](actioncable/README.md)), a framework to