Browse Source

typo

15-promises
Jessy Bruyneel 4 years ago
parent
commit
b381fb7544
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      10-EX04/scripts/main.js

+ 1
- 1
10-EX04/scripts/main.js View File

@@ -15,7 +15,7 @@ function WordPlace(max) {

function getLetterCount(text) {
let letterCount = document.getElementById('letter-count');
letterCount.innerHTML = 'letter:' + text.length;
letterCount.innerHTML = 'letters:' + text.length;
}

function getWordCount(wordCounter) {

Loading…
Cancel
Save