Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
slowpoke111 authored Sep 10, 2024
1 parent f2f4373 commit 37a9381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ <h1>Wordle Solution Finder</h1>
if (word) {
solutionElement.innerText = `Wordle Solution: ${word}`;
} else {
solutionElement.innerText = 'Error fetching the Wordle solution.';
solutionElement.innerText = 'Error fetching the Wordle solution (Try an earlier date).';
}
}
</script>
Expand Down

0 comments on commit 37a9381

Please sign in to comment.