minor wording change

This commit is contained in:
Akbar Rahman 2022-01-13 23:33:52 +00:00
parent 00d1dfb667
commit 6a819f15e7
Signed by: alvierahman90
GPG Key ID: 20609519444A1269

View File

@ -98,7 +98,7 @@ function init() {
answersHTML.style.display = "";
settingsHTML.style.display = "none";
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>";
// start game