Skip to content

Commit 1ad693a

Browse files
committed
Fix docs in ActionController::Caching::Actions
1 parent c010baf commit 1ad693a

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)