summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrederick Yin <fkfd@fkfd.me>2022-05-10 11:01:18 +0800
committerFrederick Yin <fkfd@fkfd.me>2022-05-10 11:06:25 +0800
commit17f5431a6abefb34f59953cc56ea9a1507a4f3ca (patch)
tree9db78b4b92a877f9797c35ddce6244e3983e8af8
parent2fbfeec2eb06acdc887525f23bdd7ff976cef176 (diff)
Fix track title spelling: "T.V" -> "T.V."
-rw-r--r--data/words.json8
-rw-r--r--index.html1
-rw-r--r--index.js2
-rw-r--r--words.html6
-rw-r--r--words.js8
5 files changed, 13 insertions, 12 deletions
diff --git a/data/words.json b/data/words.json
index a286a42..c037213 100644
--- a/data/words.json
+++ b/data/words.json
@@ -609,10 +609,10 @@
{"track":"Bounce Man","word":"went","lines":["'Cause this went straight to voicemail"]},
{"track":"Bounce Man","word":"state","lines":["If you don't reply, I'll know you must have crossed state lines"]},
{"track":"Bounce Man","word":"amenities","lines":["Just let me know you're good on your amenities"]},
-{"track":"We Don't Believe What's On T.V","word":"fail","lines":["I need to know that when I fail you'll still be here"]},
-{"track":"We Don't Believe What's On T.V","word":"dreamer","lines":["When I wake up from a dreamer's sleep"]},
-{"track":"We Don't Believe What's On T.V","word":"T.V","lines":["We don't believe what's on T.V"]},
-{"track":"We Don't Believe What's On T.V","word":"stick","lines":["'Cause if you stick around I'll sing you pretty sounds"]},
+{"track":"We Don't Believe What's On T.V.","word":"fail","lines":["I need to know that when I fail you'll still be here"]},
+{"track":"We Don't Believe What's On T.V.","word":"dreamer","lines":["When I wake up from a dreamer's sleep"]},
+{"track":"We Don't Believe What's On T.V.","word":"T.V.","lines":["We don't believe what's on T.V."]},
+{"track":"We Don't Believe What's On T.V.","word":"stick","lines":["'Cause if you stick around I'll sing you pretty sounds"]},
{"track":"Ruby","word":"royalty","lines":["Ruby, you're royalty in your home land, they all call you \"Queen\""]},
{"track":"Ruby","word":"pure","lines":["You're true and pure"]},
{"track":"Ruby","word":"arrival","lines":["But with your great arrival that shade has turned to red"]},
diff --git a/index.html b/index.html
index e36599a..ae37031 100644
--- a/index.html
+++ b/index.html
@@ -167,6 +167,7 @@
<li>2022-04-30: Misc lyric fixes</li>
<li>2022-04-30: Add trivia</li>
<li>2022-05-07: Remove "beast" (Migraine)</li>
+ <li>2022-05-10: Add the final "." in "We Don't Believe What's On T.V."</li>
</ul>
</details>
<details>
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;
}
diff --git a/words.html b/words.html
index 7796622..8c0cd3b 100644
--- a/words.html
+++ b/words.html
@@ -640,9 +640,9 @@
<tr><td>went</td><td>'Cause this went straight to voicemail</td></tr>
<tr><td>state</td><td>If you don't reply, I'll know you must have crossed state lines</td></tr>
<tr><td>amenities</td><td>Just let me know you're good on your amenities</td></tr>
-<tr><td rowspan=4>We Don't Believe What's On T.V</td><td>fail</td><td>I need to know that when I fail you'll still be here</td></tr>
+<tr><td rowspan=4>We Don't Believe What's On T.V.</td><td>fail</td><td>I need to know that when I fail you'll still be here</td></tr>
<tr><td>dreamer</td><td>When I wake up from a dreamer's sleep</td></tr>
-<tr><td>T.V</td><td>We don't believe what's on T.V</td></tr>
+<tr><td>T.V.</td><td>We don't believe what's on T.V.</td></tr>
<tr><td>stick</td><td>'Cause if you stick around I'll sing you pretty sounds</td></tr>
<tr><td rowspan=6>Ruby</td><td>royalty</td><td>Ruby, you're royalty in your home land, they all call you "Queen"</td></tr>
<tr><td>pure</td><td>You're true and pure</td></tr>
@@ -1117,7 +1117,7 @@
<tr><td>six</td><td>Smithereens</td></tr>
<tr><td>spent</td><td>No Chances</td></tr>
<tr><td>state</td><td>Bounce Man</td></tr>
-<tr><td>stick</td><td>We Don't Believe What's On T.V</td></tr>
+<tr><td>stick</td><td>We Don't Believe What's On T.V.</td></tr>
<tr><td>such</td><td>Migraine</td></tr>
<tr><td>supposed</td><td>Forest</td></tr>
<tr><td>sweet</td><td>Choker</td></tr>
diff --git a/words.js b/words.js
index 963e6f8..af3624e 100644
--- a/words.js
+++ b/words.js
@@ -609,10 +609,10 @@ let WORDS = [
{track:"Bounce Man",word:"went",lines:["'Cause this went straight to voicemail"]},
{track:"Bounce Man",word:"state",lines:["If you don't reply, I'll know you must have crossed state lines"]},
{track:"Bounce Man",word:"amenities",lines:["Just let me know you're good on your amenities"]},
-{track:"We Don't Believe What's On T.V",word:"fail",lines:["I need to know that when I fail you'll still be here"]},
-{track:"We Don't Believe What's On T.V",word:"dreamer",lines:["When I wake up from a dreamer's sleep"]},
-{track:"We Don't Believe What's On T.V",word:"T.V",lines:["We don't believe what's on T.V"]},
-{track:"We Don't Believe What's On T.V",word:"stick",lines:["'Cause if you stick around I'll sing you pretty sounds"]},
+{track:"We Don't Believe What's On T.V.",word:"fail",lines:["I need to know that when I fail you'll still be here"]},
+{track:"We Don't Believe What's On T.V.",word:"dreamer",lines:["When I wake up from a dreamer's sleep"]},
+{track:"We Don't Believe What's On T.V.",word:"T.V.",lines:["We don't believe what's on T.V."]},
+{track:"We Don't Believe What's On T.V.",word:"stick",lines:["'Cause if you stick around I'll sing you pretty sounds"]},
{track:"Ruby",word:"royalty",lines:["Ruby, you're royalty in your home land, they all call you \"Queen\""]},
{track:"Ruby",word:"pure",lines:["You're true and pure"]},
{track:"Ruby",word:"arrival",lines:["But with your great arrival that shade has turned to red"]},