Skip to content

Commit a8e4ab8

Browse files
committed
Merge pull request #273 from everett1992/typo
Fix minor typo in a comment.
2 parents 360c3d9 + 6e4a5c0 commit a8e4ab8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ function Server(compiler, options) {
200200
}.bind(this),
201201

202202
middleware: function() {
203-
// include our middleware to ensure it is able to handle '/index.html' requrst after redirect
203+
// include our middleware to ensure it is able to handle '/index.html' request after redirect
204204
app.use(this.middleware);
205205
}.bind(this),
206206

0 commit comments

Comments
 (0)