mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Fix small typo in documentation
This commit is contained in:
parent
21a92b8d01
commit
0744d36f47
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ module ActionController
|
|||
# Examples:
|
||||
# expires_in 20.minutes
|
||||
# expires_in 3.hours, :public => true
|
||||
# expires in 3.hours, 'max-stale' => 5.hours, :public => true
|
||||
# expires_in 3.hours, 'max-stale' => 5.hours, :public => true
|
||||
#
|
||||
# This method will overwrite an existing Cache-Control header.
|
||||
# See http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html for more possibilities.
|
||||
|
|
Loading…
Reference in a new issue