We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b7c057 commit 98f1f34Copy full SHA for 98f1f34
doc/api/cluster.md
@@ -131,7 +131,7 @@ Node.js process and a cluster worker differs:
131
port is random the first time, but predictable thereafter. To listen
132
on a unique port, generate a port number based on the cluster worker ID.
133
134
-Node.js does not provide routing logic. It is, therefore important to design an
+Node.js does not provide routing logic. It is therefore important to design an
135
application such that it does not rely too heavily on in-memory data objects for
136
things like sessions and login.
137
0 commit comments