From 865f96e9bb22aac2f228f937fbf7d8a07defcac1 Mon Sep 17 00:00:00 2001 From: BurdenOwl Date: Sat, 2 Nov 2024 12:43:59 +0900 Subject: [PATCH] fix again (kill me) VN;G;FZL;GGrPgHGsH[GPHOGP GRWP YGR-G PZG H'P --- scripts/script.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/script.ts b/scripts/script.ts index a863961..ae13b45 100644 --- a/scripts/script.ts +++ b/scripts/script.ts @@ -15,7 +15,7 @@ const wordCount = (): void => { displayWords && (displayWords.innerHTML = `Current Word Count: ${count}`); const displaySentence = document.getElementById('sentenceDisplay') as HTMLElement | null; - displaySentence && (displaySentence.innerHTML = `Current Word Count: ${sentenceAmount}`); + displaySentence && (displaySentence.innerHTML = `Current Sentence Count: ${sentenceAmount}`); }; wordCount(); \ No newline at end of file