Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
orn8 authored Jun 22, 2024
1 parent a84f019 commit fa46def
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gameX.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
document.addEventListener('DOMContentLoaded', function() {
const popup = document.createElement('div');
popup.id = 'popup';
popup.textContent = 'You must click the screen to enable input';
popup.textContent = 'You must click the screen after this popup to enable key input';
document.body.appendChild(popup);

function hidePopup() {
Expand Down Expand Up @@ -104,4 +104,4 @@
});
</script>
</body>
</html>
</html>

0 comments on commit fa46def

Please sign in to comment.