Skip to content

Commit 0ebb448

Browse files
authored
Merge pull request #1189 from lycheeEng/patch-1
fix typo in 5-network/11-websocket/article.md
2 parents 710d566 + 1b8dd82 commit 0ebb448

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)