From 9b204641c002317d097261c753490cced3dec40c Mon Sep 17 00:00:00 2001 From: Marcel Molina Date: Wed, 9 Aug 2006 15:30:43 +0000 Subject: Fix typo in caching docs. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4740 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- actionpack/lib/action_controller/caching.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionpack/lib') diff --git a/actionpack/lib/action_controller/caching.rb b/actionpack/lib/action_controller/caching.rb index 5e1475357e..5461a2eadd 100644 --- a/actionpack/lib/action_controller/caching.rb +++ b/actionpack/lib/action_controller/caching.rb @@ -158,7 +158,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. http://david.somewhere.com/lists and http://david.somewhere.com/lists.xml - # are treated like separate requests and so are cached separately. Keep in mine when expiring an action cache that :action => 'lists' is not the same + # are treated like separate requests and so are cached separately. Keep in mind when expiring an action cache that :action => 'lists' is not the same # as :action => 'list', :format => :xml. module Actions def self.included(base) #:nodoc: -- cgit v1.2.3