aboutsummaryrefslogtreecommitdiffstats
path: root/README.rdoc
diff options
context:
space:
mode:
authorWaynn Lue <WLGades@gmail.com>2011-07-29 16:01:20 -0700
committerXavier Noria <fxn@hashref.com>2011-08-04 16:41:26 -0700
commitb15cc2e8ec50188d14a840c1bb70d87c7e3cc6d3 (patch)
treed1ad628972a3e2ee2f9592aded1bcb49ded28b66 /README.rdoc
parente23bc8ac9b2e42e3bfd55c22d12f368325dba6c5 (diff)
downloadrails-b15cc2e8ec50188d14a840c1bb70d87c7e3cc6d3.tar.gz
rails-b15cc2e8ec50188d14a840c1bb70d87c7e3cc6d3.tar.bz2
rails-b15cc2e8ec50188d14a840c1bb70d87c7e3cc6d3.zip
Superfluous "the".
Diffstat (limited to 'README.rdoc')
-rw-r--r--README.rdoc2
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].