summaryrefslogtreecommitdiff
path: root/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'index.js')
-rw-r--r--index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.js b/index.js
index 879e3e0..7e2f8e9 100644
--- a/index.js
+++ b/index.js
@@ -18,7 +18,7 @@ let songsPicked = 0;
function newWord() {
if (WORDS.length == 0) {
// what the hell
- // why would anyone click Next 1002 times
+ // why would anyone click Next a thousand times
wordElem.innerHTML = "There are no more words."
return;
}