diff --git a/index.html b/index.html index c06fab0..3115531 100644 --- a/index.html +++ b/index.html @@ -15,7 +15,7 @@ var alex = "The Best"; if(alex == "The Best"){ alert("that alex is the best!!"); - setTimeout(() => {alert("Never gonna give you up");}, 60000); + setTimeout(() => {alert("I'm never gonna give you up");}, 60000); }