Merge pull request #20852 from hedgesky/fix_typo_in_caching_guide

fix typo in caching guide [ci skip]
This commit is contained in:
Kasper Timm Hansen 2015-07-12 15:19:24 +02:00
commit 08e41a0432
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ For example, take the following view:
Which in turn renders this view:
```erb
<% cache game %>
<% cache game do %>
<%= render game %>
<% end %>
```