diff --git a/docs/get-started/_redirect.html b/docs/get-started/_redirect.html
index b564935d20..88e43255b4 100644
--- a/docs/get-started/_redirect.html
+++ b/docs/get-started/_redirect.html
@@ -2,8 +2,8 @@
/* This code exists but is no longer used in the "happy path" for our webpage. If someone lands here it
will still work but redirect to the main guide, which itself will no longer use redirection.
- The issue with redirection is it causes a FOUC
+ The issue with redirection is it causes a FOUC */
const toolPage = window.localStorage.getItem("tutorialToolGetStarted") || "jupyter.html";
window.location.replace(toolPage);
-
\ No newline at end of file
+