Skip to content

Commit

Permalink
Merge pull request #153 from fortunate-man/patch-1
Browse files Browse the repository at this point in the history
Punctuation
  • Loading branch information
scrabill committed Oct 3, 2018
2 parents ae22d89 + c5653a9 commit bad6902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ var daysUntilHalloween = halloween - today;
}

else {
message = "There are " + daysUntilHalloween + " days until Halloween"
message = "There are " + daysUntilHalloween + " days until Halloween!"
}
// Display message
spooky.innerText = message;

0 comments on commit bad6902

Please sign in to comment.