Skip to content

Commit 0d7185d

Browse files
committed
fix typo in caching guide [ci skip]
1 parent e0a7e7b commit 0d7185d

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)