diff --git a/game.html b/game.html
index 90f3060..5a37d79 100644
--- a/game.html
+++ b/game.html
@@ -194,7 +194,7 @@
function setUI() {
if (ready) {
if (state == -1) {
- document.getElementById('stats').textCotnent = "";
+ document.getElementById('stats').innerText = "";
const now = new Date();
const differenceMs = 30 * 60 * 1000 - Math.abs(start_time.getTime() - now.getTime());
const totalSeconds = Math.floor(differenceMs / 1000);