We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51b86cc commit 105b493Copy full SHA for 105b493
doc/api/cluster.markdown
@@ -24,7 +24,7 @@ all share server ports.
24
});
25
} else {
26
// Workers can share any TCP connection
27
- // In this case its a HTTP server
+ // In this case it is an HTTP server
28
http.createServer(function(req, res) {
29
res.writeHead(200);
30
res.end("hello world\n");
0 commit comments