Skip to content

Commit b7e793b

Browse files
authored
Update script.js
1 parent b5ce049 commit b7e793b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ document.getElementById("check").onclick = () => {
255255
feedback.style.color = "green";
256256
recordSuccess(current.word);
257257
} else {
258-
feedback.textContent = `Incorrect! The correct spelling is ${current.word}`;
258+
feedback.textContent = `Incorrect! The correct spelling is ${current.word}.`;
259259
feedback.style.color = "red";
260260
recordFailure(current.word);
261261
}

0 commit comments

Comments
 (0)