Skip to content

Commit 1b8dd82

Browse files
authored
fix typo in 5-network/11-websocket/article.md
1 parent 7cc7dbb commit 1b8dd82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

5-network/11-websocket/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ const clients = new Set();
332332

333333
http.createServer((req, res) => {
334334
// here we only handle websocket connections
335-
// in real project we'd have some other code herre to handle non-websocket requests
335+
// in real project we'd have some other code here to handle non-websocket requests
336336
wss.handleUpgrade(req, req.socket, Buffer.alloc(0), onSocketConnect);
337337
});
338338

0 commit comments

Comments
 (0)