From afa85c4f57a3e227d20bbf557ac3a8422fcc420d Mon Sep 17 00:00:00 2001 From: syuilo Date: Wed, 7 Jun 2017 00:04:39 +0900 Subject: [PATCH] Better English --- src/web/app/boot.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/web/app/boot.js b/src/web/app/boot.js index 7cfa71df2..1049f520a 100644 --- a/src/web/app/boot.js +++ b/src/web/app/boot.js @@ -54,8 +54,8 @@ if (app == 'misskey') { } // Load an app script -// Note: 'async' makes can load the script asyncly. -// 'defer' makes can run the script when the dom loaded. +// Note: 'async' make it possible to load the script asyncly. +// 'defer' make it possible to run the script when the dom loaded. const script = document.createElement('script'); script.setAttribute('src', `/assets/${app}.${VERSION}.${lang}.js`); script.setAttribute('async', 'true');