Skip to content

Commit 6e4a5c0

Browse files
committed
Fix minor typo in a comment.
1 parent 30d0cc9 commit 6e4a5c0

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
@@ -192,7 +192,7 @@ function Server(compiler, options) {
192192
}.bind(this),
193193

194194
middleware: function() {
195-
// include our middleware to ensure it is able to handle '/index.html' requrst after redirect
195+
// include our middleware to ensure it is able to handle '/index.html' request after redirect
196196
app.use(this.middleware);
197197
}.bind(this),
198198

0 commit comments

Comments
 (0)