aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/caching.rb
diff options
context:
space:
mode:
authorMarcel Molina <marcel@vernix.org>2006-08-04 00:02:44 +0000
committerMarcel Molina <marcel@vernix.org>2006-08-04 00:02:44 +0000
commit08f40a5e061d51b0cb909bb1160ac03a3b47c232 (patch)
treea38c9d2eaf6c7388d4848e23a0f9e1bbb5221e64 /actionpack/lib/action_controller/caching.rb
parentd17bd6a0432dde66056e4dd417741731bcb9d323 (diff)
downloadrails-08f40a5e061d51b0cb909bb1160ac03a3b47c232.tar.gz
rails-08f40a5e061d51b0cb909bb1160ac03a3b47c232.tar.bz2
rails-08f40a5e061d51b0cb909bb1160ac03a3b47c232.zip
Fix typo in caching docs. [Marcel Molina Jr.]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4657 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/lib/action_controller/caching.rb')
-rw-r--r--actionpack/lib/action_controller/caching.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_controller/caching.rb b/actionpack/lib/action_controller/caching.rb
index 33193e56fe..0536cf43ff 100644
--- a/actionpack/lib/action_controller/caching.rb
+++ b/actionpack/lib/action_controller/caching.rb
@@ -157,7 +157,7 @@ module ActionController #:nodoc:
# "jamis.somewhere.com/lists/" -- which is a helpful way of assisting the subdomain-as-account-key pattern.
#
# Different representations of the same resource, e.g. <tt>http://david.somewhere.com/lists</tt> and <tt>http://david.somewhere.com/lists.xml</tt>
- # are treated like separate requests and are so are cached separately. Keep in mine when expiring an action cache that <tt>:action => 'lists'</tt> is not the same
+ # are treated like separate requests and so are cached separately. Keep in mine when expiring an action cache that <tt>:action => 'lists'</tt> is not the same
# as <tt>:action => 'list', :format => :xml</tt>.
module Actions
def self.included(base) #:nodoc: