Skip to content

Commit e0c3876

Browse files
author
Chuck Dumont
authored
Merge pull request #30 from chuckdumont/work
Fix typo
2 parents 6d5d24d + 15f5e41 commit e0c3876

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/DojoAMDPlugin.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ module.exports = class DojoAMDPlugin {
6060
let loaderConfig;
6161
if (util.isString(this.options.loaderConfig)) {
6262
loaderConfig = require(this.options.loaderConfig);
63-
if (typeof loaderConfig === 'fumction') {
63+
if (typeof loaderConfig === 'function') {
6464
loaderConfig = loaderConfig(this.options.environment || {});
6565
}
6666
} else {

0 commit comments

Comments
 (0)