From 6a819f15e738408f090f295ce12e916b7a12059e Mon Sep 17 00:00:00 2001 From: Alvie Rahman Date: Thu, 13 Jan 2022 23:33:52 +0000 Subject: [PATCH] minor wording change --- game.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game.js b/game.js index a9e1956..57a0e64 100644 --- a/game.js +++ b/game.js @@ -98,7 +98,7 @@ function init() { answersHTML.style.display = ""; settingsHTML.style.display = "none"; questionHTML.onclick = deinit; - incorrectAnswersTable.innerHTML = " question capital your answer "; + incorrectAnswersTable.innerHTML = " question answer your answer "; correctAnswersTable.innerHTML = " country capital "; // start game