Skip to content

Commit

Permalink
fix again (kill me)
Browse files Browse the repository at this point in the history
VN;G;FZL;GGrPgHGsH[GPHOGP GRWP  YGR-G PZG H'P
  • Loading branch information
BurdenOwl authored Nov 2, 2024
1 parent c8b753e commit 865f96e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/script.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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();

0 comments on commit 865f96e

Please sign in to comment.