diff --git a/2-css+js-clock/index.html b/2-css+js-clock/index.html
index 2604e47..df5ca89 100644
--- a/2-css+js-clock/index.html
+++ b/2-css+js-clock/index.html
@@ -80,7 +80,7 @@
const hourDegrees = ((mins / 12) * 360) + 90;
hourHand.style.transform = `rotate(${hourDegrees}deg)`;
}
- setInterval(setDate,2000);
+ setInterval(setDate, 1000);