summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAya Morisawa <AyaMorisawa4869@gmail.com>2017-02-27 17:36:30 +0900
committerAya Morisawa <AyaMorisawa4869@gmail.com>2017-02-27 17:39:27 +0900
commitb7d422ff125985250333599dfa74ec00953d568b (patch)
treec542db35b629abf03fc90039b285dc5a43f838d1
parentFix typo: ENTORY -> ENTRY (diff)
downloadsharkey-b7d422ff125985250333599dfa74ec00953d568b.tar.gz
sharkey-b7d422ff125985250333599dfa74ec00953d568b.tar.bz2
sharkey-b7d422ff125985250333599dfa74ec00953d568b.zip
Fix typo: configration -> configuration
-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 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
});