aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/README.rdoc
diff options
context:
space:
mode:
authorMark Hayes <mark@deployfx.com>2010-08-03 12:12:16 -0700
committerMark Hayes <mark@deployfx.com>2010-08-03 12:12:16 -0700
commitb3bb684ecbde94884eaf4e69c5c68d7274485caa (patch)
tree382085e49ce97f68fd30c715fcb743213d4e7b79 /actionpack/README.rdoc
parent74f7e172c7a660286bfd2b265e299c55078fc68e (diff)
downloadrails-b3bb684ecbde94884eaf4e69c5c68d7274485caa.tar.gz
rails-b3bb684ecbde94884eaf4e69c5c68d7274485caa.tar.bz2
rails-b3bb684ecbde94884eaf4e69c5c68d7274485caa.zip
removed duplicate word
Diffstat (limited to 'actionpack/README.rdoc')
-rw-r--r--actionpack/README.rdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/README.rdoc b/actionpack/README.rdoc
index 0e7d164623..b297ceb0e2 100644
--- a/actionpack/README.rdoc
+++ b/actionpack/README.rdoc
@@ -1,6 +1,6 @@
= Action Pack -- From request to response
-Action Pack is a framework for handling and responding to web requests. It it
+Action Pack is a framework for handling and responding to web requests. It
provides mechanisms for *routing* (mapping request URLs to actions), defining
*controllers* that implement actions, and generating responses by rendering
*views*, which are templates of various formats. In short, Action Pack