Skip to content

Commit

Permalink
changed image filepath to uppercase A in the word "and"
Browse files Browse the repository at this point in the history
  • Loading branch information
charlescbostwick committed Apr 24, 2024
1 parent 841abdd commit 963fa3f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/js/hangman.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ const maxAttempts = 6;
const hangmanImages = [
'images/hangman/HangmanPole.png',
'images/hangman/HangmanPoleWithHead.png',
'images/hangman/HangmanPoleWithHeadandBody.png',
'images/hangman/HangmanPoleWithHeadandBodyAndLeftHand.png',
'images/hangman/HangmanPoleWithHeadandBodyAndBothHands.png',
'images/hangman/HangmanPoleWithHeadAndBody.png',
'images/hangman/HangmanPoleWithHeadAndBodyAndLeftHand.png',
'images/hangman/HangmanPoleWithHeadAndBodyAndBothHands.png',
'images/hangman/HangmanPoleWithHeadandBodyAndBothHandsandLeftLeg.png',
'images/hangman/HangmanPoleWithHangman.png'
];
Expand Down

0 comments on commit 963fa3f

Please sign in to comment.