Fix typo: configration -> configuration

This commit is contained in:
Aya Morisawa 2017-02-27 17:36:30 +09:00
parent 16d5116925
commit db29372b01

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