We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01dec36 commit 4ab2c5eCopy full SHA for 4ab2c5e
middleware.js
@@ -77,7 +77,7 @@ module.exports = function(compiler, options) {
77
// execute callback that are delayed
78
var cbs = callbacks;
79
callbacks = [];
80
- cbs.forEach(function continueBecauseBundleAvailible(cb) {
+ cbs.forEach(function continueBecauseBundleAvailable(cb) {
81
cb();
82
});
83
@@ -205,7 +205,7 @@ module.exports = function(compiler, options) {
205
}
206
} catch(e) {}
207
208
- // delay the request until we have a vaild bundle
+ // delay the request until we have a valid bundle
209
ready(processRequest, req);
210
211
function processRequest() {
0 commit comments