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 <rlau@redhat.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Mestery <mestery@protonmail.com>
  • Loading branch information
Trott authored and juanarbol committed May 31, 2022
1 parent 868842f commit f83fc62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/cluster.md
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 f83fc62

Please sign in to comment.