diff --git a/templates/index.html b/templates/index.html index 7de9d17..2cac3ef 100644 --- a/templates/index.html +++ b/templates/index.html @@ -27,7 +27,7 @@ async function fetchSubtitle() { element.innerHTML = `${doc.{{ config.extra.home.random_api_param }}}`; } catch (e) { console.log(e); - element.textContent = ", seemingly incapable to configure nginx"; + element.textContent = ", seemingly incapable of configuring nginx"; } }