From b7d422ff125985250333599dfa74ec00953d568b Mon Sep 17 00:00:00 2001
From: Aya Morisawa <AyaMorisawa4869@gmail.com>
Date: Mon, 27 Feb 2017 17:36:30 +0900
Subject: [PATCH] Fix typo: configration -> configuration

---
 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 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
 });