Fix typo: configration -> configuration

This commit is contained in:
Aya Morisawa 2017-02-27 17:36:30 +09:00
parent 94a7d22cb0
commit b7d422ff12

View file

@ -20,7 +20,7 @@ const CONFIG = require('./common/scripts/config');
document.domain = CONFIG.host;
// Set global configration
// Set global configuration
riot.mixin({
CONFIG
});