Skip to content

Commit

Permalink
Fix very embarrassing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Readek committed Feb 7, 2024
1 parent 1d8d247 commit 3e3445f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Recolors.js
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,7 @@ downImgButton.addEventListener('click', () => {
// clear the download menu
downMenu.innerHTML = null;

const downloadNames = ["Portait", "Idle Spritesheet", "Sprite Left", "Sprite Right"];
const downloadNames = ["Portrait", "Idle Spritesheet", "Sprite Left", "Sprite Right"];

// for each loaded image
for (let i = 0; i < charRenders.length; i++) {
Expand Down

0 comments on commit 3e3445f

Please sign in to comment.