diff --git a/docs/overrides/main.html b/docs/overrides/main.html
index c47b1698..b4bb8ace 100644
--- a/docs/overrides/main.html
+++ b/docs/overrides/main.html
@@ -17,7 +17,7 @@
let latestURL = currentURL.replace(/en\/(nightly|develop)\//, 'en/latest/');
// Update the announceText to include the custom link and branch name
- announceText = `️⚠️ You are viewing the ${branchName} branch's wiki. Click here to go to the main wiki. ⚠️️`;
+ announceText = `️⚠️ You are viewing the ${branchName} branch's wiki. Click here to go to the main wiki. ⚠️️`;
}
document.write(announceText);