Skip to content
This repository was archived by the owner on Apr 22, 2023. It is now read-only.

correct text #14352

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@joyent/node-coreteam Could a native English speaker please confirm the usage of "an" instead of "a" here? Thank you!

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Confirmed per BBC:

Take the eighth letter of the alphabet, pronounce it haitch [...]

So "an HTTP" should be similar to "an hour". :)

http.createServer(function(req, res) {
res.writeHead(200);
res.end("hello world\n");
Expand Down