diff --git a/js/correct.js b/js/correct.js
index 5795e9ba14b194aad4c3d7acddc645cc67b23d7e..ae77c2379273ad6c0be2a943168091e4f861461f 100644
--- a/js/correct.js
+++ b/js/correct.js
@@ -5,10 +5,10 @@ const walk = document.createTreeWalker(
   null,
   false
 );
-const rExp = new RegExp("ENSIEE", "gi");
+const rExp = new RegExp("ENSIIE", "gi");
 
 while ((textNode = walk.nextNode())) {
-  textNode.nodeValue = textNode.nodeValue.replace(rExp, "ENSIIE");
+  textNode.nodeValue = textNode.nodeValue.replace(rExp, "ENSIEE");
 }
 
-document.title = document.title.replace(rExp, "ENSIIE");
+document.title = document.title.replace(rExp, "ENSIEE");