diff options
author | Waynn Lue <WLGades@gmail.com> | 2011-07-29 16:01:20 -0700 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2011-08-13 16:22:10 -0700 |
commit | 086339a26a88da93554cd84caf02f15219e4c965 (patch) | |
tree | c0b4e24a7eeb4b4b3806b2afcd71be39b62626ee | |
parent | bf3649ab19870c804b81e5d79309d655d054eed2 (diff) | |
download | rails-086339a26a88da93554cd84caf02f15219e4c965.tar.gz rails-086339a26a88da93554cd84caf02f15219e4c965.tar.bz2 rails-086339a26a88da93554cd84caf02f15219e4c965.zip |
Superfluous "the".
-rw-r--r-- | README.rdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rdoc b/README.rdoc index f87d6e9edb..288a7a3c55 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 the 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:blob/master/actionpack/README.rdoc]. |