Fixed typo (#1970)

This commit is contained in:
kouts 2019-07-14 23:31:17 +03:00 committed by Joel Denning
parent 67e8da6f88
commit 6a8aeb7a2a

View File

@ -148,7 +148,7 @@ function getOrCreateLoad (loader, id, firstParentUrl) {
load.er = err;
});
// Captial letter = a promise function
// Capital letter = a promise function
return load = loader[REGISTRY][id] = {
id: id,
// importerSetters, the setters functions registered to this dependency
@ -296,4 +296,4 @@ function postOrderExec (loader, load, seen) {
}
}
global.System = new SystemJS();
global.System = new SystemJS();