Better English

This commit is contained in:
syuilo 2017-06-07 00:04:39 +09:00
parent 6dd635ddf3
commit afa85c4f57
1 changed files with 2 additions and 2 deletions

View File

@ -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');