From 29957f9d3622a9030b6c03628e4d21cf90e8c521 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=93=E3=81=B4=E3=81=AA=E3=81=9F=E3=81=BF=E3=81=BD?= Date: Thu, 18 May 2017 14:36:14 +0900 Subject: [PATCH] Better English --- src/web/app/boot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/web/app/boot.js b/src/web/app/boot.js index 59af08f8a..5abbeba68 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');