We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1de8087 commit 6183749Copy full SHA for 6183749
doc/api/cluster.md
@@ -98,7 +98,7 @@ handles back and forth.
98
The cluster module supports two methods of distributing incoming
99
connections.
100
101
-The first one (and the default one on all platforms except Windows),
+The first one (and the default one on all platforms except Windows)
102
is the round-robin approach, where the primary process listens on a
103
port, accepts new connections and distributes them across the workers
104
in a round-robin fashion, with some built-in smarts to avoid
0 commit comments