fix typo in caching guide [ci skip]

This commit is contained in:
Anton Chuchkalov 2015-07-12 16:11:52 +03:00
parent e0a7e7b0ee
commit 0d7185d138
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 %>
```