diff --git a/site/layouts/page/downloads.html b/site/layouts/page/downloads.html
index 46e08ce3..f41d02cd 100644
--- a/site/layouts/page/downloads.html
+++ b/site/layouts/page/downloads.html
@@ -119,6 +119,7 @@
}
fetchReleases();
+
// Attempt autodetection of their operating system
var userAgent = navigator.userAgent.toLowerCase();
diff --git a/src/scss/yuzu/yuzu.scss b/src/scss/yuzu/yuzu.scss
index 729b470c..d292941e 100644
--- a/src/scss/yuzu/yuzu.scss
+++ b/src/scss/yuzu/yuzu.scss
@@ -97,7 +97,7 @@ a:hover {
background: $dark;
}
-// Workaround for browsers without JavaScript for the downloads pagge
+// Workaround for browsers without JavaScript for the downloads page
#install-view, #manual-package-view {
display: none;
}