diff options
| author | Aya Morisawa <AyaMorisawa4869@gmail.com> | 2017-02-27 17:36:30 +0900 |
|---|---|---|
| committer | Aya Morisawa <AyaMorisawa4869@gmail.com> | 2017-02-27 17:39:27 +0900 |
| commit | b7d422ff125985250333599dfa74ec00953d568b (patch) | |
| tree | c542db35b629abf03fc90039b285dc5a43f838d1 /src/web | |
| parent | Fix typo: ENTORY -> ENTRY (diff) | |
| download | sharkey-b7d422ff125985250333599dfa74ec00953d568b.tar.gz sharkey-b7d422ff125985250333599dfa74ec00953d568b.tar.bz2 sharkey-b7d422ff125985250333599dfa74ec00953d568b.zip | |
Fix typo: configration -> configuration
Diffstat (limited to 'src/web')
| -rw-r--r-- | src/web/app/boot.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/app/boot.js b/src/web/app/boot.js index 50b806b94c..6741a44231 100644 --- a/src/web/app/boot.js +++ b/src/web/app/boot.js @@ -20,7 +20,7 @@ const CONFIG = require('./common/scripts/config'); document.domain = CONFIG.host; -// Set global configration +// Set global configuration riot.mixin({ CONFIG }); |