Skip to content

Commit

Permalink
doc: correct grammar in cluster.markdown
Browse files Browse the repository at this point in the history
per: nodejs/node-v0.x-archive#14352

originally submitted by @AlexKVal

Reviewed By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
PR-URL: #2378
  • Loading branch information
jasnell authored and rvagg committed Aug 26, 2015
1 parent 51b86cc commit 105b493
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/cluster.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ all share server ports.
});
} else {
// Workers can share any TCP connection
// In this case its a HTTP server
// In this case it is an HTTP server
http.createServer(function(req, res) {
res.writeHead(200);
res.end("hello world\n");
Expand Down

0 comments on commit 105b493

Please sign in to comment.