Skip to content

Commit

Permalink
doc: remove extraneous comma
Browse files Browse the repository at this point in the history
PR-URL: #42548
Reviewed-By: Richard Lau <[email protected]>
Reviewed-By: Tobias Nießen <[email protected]>
Reviewed-By: Mestery <[email protected]>
  • Loading branch information
Trott authored and juanarbol committed Apr 4, 2022
1 parent 8b7c057 commit 98f1f34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ Node.js process and a cluster worker differs:
port is random the first time, but predictable thereafter. To listen
on a unique port, generate a port number based on the cluster worker ID.

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
application such that it does not rely too heavily on in-memory data objects for
things like sessions and login.

Expand Down

0 comments on commit 98f1f34

Please sign in to comment.