We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e00a4c8 commit 799c6fdCopy full SHA for 799c6fd
doc/api/cluster.md
@@ -5,7 +5,7 @@
5
> Stability: 2 - Stable
6
7
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
+multi-core systems, the user will sometimes want to launch a cluster of Node.js
9
processes to handle the load.
10
11
The cluster module allows you to easily create child processes that
0 commit comments