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