Skip to content

Commit 98f1f34

Browse files
Trottjuanarbol
authored andcommitted
doc: remove extraneous comma
PR-URL: #42548 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Mestery <[email protected]>
1 parent 8b7c057 commit 98f1f34

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
@@ -131,7 +131,7 @@ Node.js process and a cluster worker differs:
131131
port is random the first time, but predictable thereafter. To listen
132132
on a unique port, generate a port number based on the cluster worker ID.
133133

134-
Node.js does not provide routing logic. It is, therefore important to design an
134+
Node.js does not provide routing logic. It is therefore important to design an
135135
application such that it does not rely too heavily on in-memory data objects for
136136
things like sessions and login.
137137

0 commit comments

Comments
 (0)