Skip to content

Commit

Permalink
adding comma to separate clauses
Browse files Browse the repository at this point in the history
  • Loading branch information
vertigoclinic committed Jan 21, 2013
1 parent 2061c98 commit 9aa8174
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rdoc
Expand Up @@ -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].

Expand Down

0 comments on commit 9aa8174

Please sign in to comment.