diff --git a/groups/home/Vue3-v.1-css.html b/groups/home/Vue3-v.1-css.html
index 7d0ec52..30998ab 100644
--- a/groups/home/Vue3-v.1-css.html
+++ b/groups/home/Vue3-v.1-css.html
@@ -452,7 +452,7 @@
if (window.isES6 == false) {
- document.getElementById('obsolete_browser_alert').innerHTML = '
WARNING! Unsupported browser!
It looks like you\'re using and old browser.
This website works best with modern browsers such as the latest versions of Chrome, Firefox, Safari, and Edge.
If you continue with this browser, many parts of this site will not work and you will see unexpected results.
';
+ document.getElementById('obsolete_browser_alert').innerHTML = 'WARNING! Unsupported browser!
It looks like you\'re using an old browser.
This website works best with modern browsers such as the latest versions of Chrome, Firefox, Safari, and Edge.
If you continue with this browser, many parts of this site will not work and you will see unexpected results.
';
}
}