summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/web/app/boot.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/app/boot.js b/src/web/app/boot.js
index 59af08f8a2..5abbeba684 100644
--- a/src/web/app/boot.js
+++ b/src/web/app/boot.js
@@ -54,7 +54,7 @@ if (app == 'misskey') {
// Load an app script
// Note: 'async' makes can load the script asyncly.
-// 'defer' makes can run script when the dom loaded.
+// 'defer' makes can run the script when the dom loaded.
const script = document.createElement('script');
script.setAttribute('src', `/assets/${app}.${VERSION}.${lang}.js`);
script.setAttribute('async', 'true');