Skip to content

Commit

Permalink
typo on previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
gawainhewitt committed Sep 20, 2022
1 parent 864b8b3 commit 6b79e5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sketch.js
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ function changeScaleText() {
for (let i = 0; i < 9; i++) {
let element = `#image${i}`;
let note = notes[i];
document.querySelector(element).innerHTML = `<h2 id="i${i}>${note.slice(0, -1)}</h2>`;
document.querySelector(element).innerHTML = `<h2 id="i${i}>"${note.slice(0, -1)}</h2>`;
}
}

Expand Down

0 comments on commit 6b79e5e

Please sign in to comment.