minor wording change

This commit is contained in:
2022-01-13 23:33:52 +00:00
parent 00d1dfb667
commit 6a819f15e7

View File

@@ -98,7 +98,7 @@ function init() {
answersHTML.style.display = ""; answersHTML.style.display = "";
settingsHTML.style.display = "none"; settingsHTML.style.display = "none";
questionHTML.onclick = deinit; questionHTML.onclick = deinit;
incorrectAnswersTable.innerHTML = "<tr> <th> question </th> <th> capital </th> <th> your answer </th> </tr>"; incorrectAnswersTable.innerHTML = "<tr> <th> question </th> <th> answer </th> <th> your answer </th> </tr>";
correctAnswersTable.innerHTML = "<tr> <th> country </th> <th> capital </th> </tr>"; correctAnswersTable.innerHTML = "<tr> <th> country </th> <th> capital </th> </tr>";
// start game // start game