From 5aaa23eedd9bf40813fba37a6bc307eda33113fb Mon Sep 17 00:00:00 2001 From: Jon Moss Date: Sat, 14 Oct 2017 11:13:26 -0400 Subject: [PATCH] doc: add missing comma Adds comma after natural pause in sentence. PR-URL: https://github.com/nodejs/node/pull/16204 Reviewed-By: Joyee Cheung Reviewed-By: Gireesh Punathil Reviewed-By: Luigi Pinca Reviewed-By: Daijiro Wachi Reviewed-By: Colin Ihrig Reviewed-By: Anna Henningsen Reviewed-By: Yuta Hiroto --- doc/api/cluster.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/cluster.md b/doc/api/cluster.md index 4e2b4eab886863..236d461736d237 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