Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Changeset 4740

Show
Ignore:
Timestamp:
08/09/06 15:30:43 (2 years ago)
Author:
marcel
Message:

Fix typo in caching docs.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/actionpack/lib/action_controller/caching.rb

    r4728 r4740  
    159159    # 
    160160    # Different representations of the same resource, e.g. <tt>http://david.somewhere.com/lists</tt> and <tt>http://david.somewhere.com/lists.xml</tt> 
    161     # 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 
     161    # are treated like separate requests and so are cached separately. Keep in mind when expiring an action cache that <tt>:action => 'lists'</tt> is not the same 
    162162    # as <tt>:action => 'list', :format => :xml</tt>. 
    163163    module Actions