Skip to content

Commit 49e9e32

Browse files
kevinvennittidistantnative
authored andcommitted
Fix image name typo
1 parent c5f9eeb commit 49e9e32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/2_cookbook/11_performance/0_responsive-images/cookbook-recipe.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ Our HTML for such a scenario could look like this:
217217
flower-power-600.jpg 600w,
218218
flower-power-900.jpg 900w,
219219
flower-power-1200.jpg 1200w,
220-
flower-flower-1800.jpg 1800w"
220+
flower-power-1800.jpg 1800w"
221221
sizes="(min-width: 1200px) 25vw,
222222
(min-width: 900px) 33vw,
223223
(min-width: 600px) 50vw,

0 commit comments

Comments
 (0)