Skip to content

Commit 08e41a0

Browse files
committed
Merge pull request rails#20852 from hedgesky/fix_typo_in_caching_guide
fix typo in caching guide [ci skip]
2 parents e0a7e7b + 0d7185d commit 08e41a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/source/caching_with_rails.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ For example, take the following view:
122122
Which in turn renders this view:
123123

124124
```erb
125-
<% cache game %>
125+
<% cache game do %>
126126
<%= render game %>
127127
<% end %>
128128
```

0 commit comments

Comments
 (0)