Skip to content

Commit 799c6fd

Browse files
maclover7MylesBorins
authored andcommitted
doc: add missing comma
Adds comma after natural pause in sentence. PR-URL: #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>
1 parent e00a4c8 commit 799c6fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/cluster.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
> Stability: 2 - Stable
66
77
A single instance of Node.js runs in a single thread. To take advantage of
8-
multi-core systems the user will sometimes want to launch a cluster of Node.js
8+
multi-core systems, the user will sometimes want to launch a cluster of Node.js
99
processes to handle the load.
1010

1111
The cluster module allows you to easily create child processes that

0 commit comments

Comments
 (0)