Skip to content

Commit 19d2b82

Browse files
committed
Fix minor typo in comments
1 parent 9c7f377 commit 19d2b82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/http-server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ exports.createServer = function (options) {
2222

2323
/**
2424
* Constructor function for the HttpServer object
25-
* with is responsible for serving static files along
25+
* which is responsible for serving static files along
2626
* with other HTTP-related features.
2727
*/
2828
function HttpServer(options) {

0 commit comments

Comments
 (0)