Skip to content

Commit 945e098

Browse files
Merge pull request #5 from liquid/actions_documentation_fix
Fix docs in ActionController::Caching::Actions
2 parents c010baf + 1ad693a commit 945e098

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/action_controller/caching/actions.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ module Caching
3636
# are treated like separate requests and so are cached separately.
3737
# Keep in mind when expiring an action cache that
3838
# <tt>action: 'lists'</tt> is not the same as
39-
# <tt>action: 'list', format: :xml</tt>.
39+
# <tt>action: 'lists', format: :xml</tt>.
4040
#
4141
# You can modify the default action cache path by passing a
4242
# <tt>:cache_path</tt> option. This will be passed directly to

0 commit comments

Comments
 (0)