diff --git a/index.html b/index.html
index 55b658ec55881f740a16d98975a945cb072fa92d..03dfb33a9fe5b89340b87a49e4379cc353a46acd 100644
--- a/index.html
+++ b/index.html
@@ -30,7 +30,7 @@
         title.classList.remove(animationClassOKAY);
       });
 
-      imageOfJulus.addEventListener('mouseover', () => {
+      imageOfJulius.addEventListener('mouseover', () => {
         title.classList.add(animationClassAWESOME);
       });