We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8173b0c commit 4ecc288Copy full SHA for 4ecc288
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 easy creation of child processes that all share
0 commit comments