mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Merge pull request #43514 from connorshea/fix-typo-in-upgrade-guide
This commit is contained in:
commit
933284aaba
1 changed files with 1 additions and 1 deletions
|
@ -346,7 +346,7 @@ You can invalidate the cache either by touching the product, or changing the cac
|
|||
```erb
|
||||
<% @products.each do |product| %>
|
||||
<% cache ["v2", product] do %>
|
||||
<%= image_tag product.cover_photo.variant(resize_to_limit: [200, nill]) %>
|
||||
<%= image_tag product.cover_photo.variant(resize_to_limit: [200, nil]) %>
|
||||
<% end %>
|
||||
<% end %>
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue