diff --git a/assets/scripts/market.js b/assets/scripts/market.js index 655f0a8..70b6187 100644 --- a/assets/scripts/market.js +++ b/assets/scripts/market.js @@ -10,7 +10,7 @@ const makeArtistImg = function(artistImg) { else { let fullAlt = `a ${artistImg.alt.length} image collage.` for (let i = 0; i < artistImg.alt.length; i++) - fullAlt += ` ${i}: ${artistImg.alt[i]}` + fullAlt += ` ${i + 1}: ${artistImg.alt[i]}` img.alt = fullAlt; }