Skip to content

Commit

Permalink
geoword/game.js: fix incorrectAudio typo
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffrey-wu committed Jul 11, 2024
1 parent aebe5c2 commit 62b2faa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/geoword/game.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ function updateScore (isCorrect, givenAnswer, actualAnswer, prompts = []) {
audio.correct.play();
numberCorrect++;
} else {
audio.incorrectAudio.play();
audio.incorrect.play();
document.getElementById('protest-text').classList.remove('d-none');
}

Expand Down

0 comments on commit 62b2faa

Please sign in to comment.