aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvertigoclinic <vertigoclinic@gmail.com>2013-01-21 08:11:39 -0800
committervertigoclinic <vertigoclinic@gmail.com>2013-01-21 08:11:39 -0800
commit9aa8174993f97071ec56e778f9c8b859d093865f (patch)
tree466fc7093c0325000499d8d15abf6cf1063512eb
parent2061c98b42b1d44bc9ca4352c2f5a4ee1a956a4a (diff)
downloadrails-9aa8174993f97071ec56e778f9c8b859d093865f.tar.gz
rails-9aa8174993f97071ec56e778f9c8b859d093865f.tar.bz2
rails-9aa8174993f97071ec56e778f9c8b859d093865f.zip
adding comma to separate clauses
-rw-r--r--README.rdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rdoc b/README.rdoc
index 91a5f27add..bb9c418e0b 100644
--- a/README.rdoc
+++ b/README.rdoc
@@ -27,7 +27,7 @@ and render view templates in order to generate the appropriate HTTP response.
In Rails, the Controller and View layers are handled together by Action Pack.
These two layers are bundled in a single package due to their heavy interdependence.
-This is unlike the relationship between Active Record and Action Pack which are
+This is unlike the relationship between Active Record and Action Pack, which are
independent. Each of these packages can be used independently outside of Rails. You
can read more about Action Pack in its {README}[link:/rails/rails/blob/master/actionpack/README.rdoc].