Skip to content

Commit dbcacae

Browse files
authored
Fix typo error
1 parent 7c1df8a commit dbcacae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ This is a list of useful Shopify Snippets that I often reference while developin
3434
{% for product in collections.collection-name.products %}
3535
<div class="grid">
3636
{% for variant in product.variants %}
37-
<! -- some html product box layout here -->
37+
<!-- some html product box layout here -->
3838
{% include 'product-card-grid', grid_image_width: image_size, product: variant %}
3939
{% endfor %}
4040
</div>

0 commit comments

Comments
 (0)