Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Moss <me@jonathanmoss.me>2017-10-14 18:13:26 +0300
committerJoyee Cheung <joyeec9h3@gmail.com>2017-10-15 03:22:36 +0300
commit5aaa23eedd9bf40813fba37a6bc307eda33113fb (patch)
tree9771d82971eabf207e87bfd50a56a8c4381ea50d /doc/api/cluster.md
parentf88178906bd0e9678f70e8f95522192adc5b3872 (diff)
doc: add missing comma
Adds comma after natural pause in sentence. PR-URL: https://github.com/nodejs/node/pull/16204 Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Yuta Hiroto <hello@about-hiroppy.com>
Diffstat (limited to 'doc/api/cluster.md')
-rw-r--r--doc/api/cluster.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/cluster.md b/doc/api/cluster.md
index 4e2b4eab886..236d461736d 100644
--- a/doc/api/cluster.md
+++ b/doc/api/cluster.md
@@ -5,7 +5,7 @@
> Stability: 2 - Stable
A single instance of Node.js runs in a single thread. To take advantage of
-multi-core systems the user will sometimes want to launch a cluster of Node.js
+multi-core systems, the user will sometimes want to launch a cluster of Node.js
processes to handle the load.
The cluster module allows easy creation of child processes that all share