Skip to content

Commit 4ab2c5e

Browse files
committed
fix typos
1 parent 01dec36 commit 4ab2c5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

middleware.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ module.exports = function(compiler, options) {
7777
// execute callback that are delayed
7878
var cbs = callbacks;
7979
callbacks = [];
80-
cbs.forEach(function continueBecauseBundleAvailible(cb) {
80+
cbs.forEach(function continueBecauseBundleAvailable(cb) {
8181
cb();
8282
});
8383
});
@@ -205,7 +205,7 @@ module.exports = function(compiler, options) {
205205
}
206206
} catch(e) {}
207207
}
208-
// delay the request until we have a vaild bundle
208+
// delay the request until we have a valid bundle
209209
ready(processRequest, req);
210210

211211
function processRequest() {

0 commit comments

Comments
 (0)