From f83fc62be1583f0cdd4bbb2b4e8c1fe7243e3209 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Fri, 1 Apr 2022 06:54:14 -0700 Subject: [PATCH] doc: remove extraneous comma MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/42548 Reviewed-By: Richard Lau Reviewed-By: Tobias Nießen Reviewed-By: Mestery --- doc/api/cluster.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/cluster.md b/doc/api/cluster.md index 65f04d177aebdb..d3bff4502dd766 100644 --- a/doc/api/cluster.md +++ b/doc/api/cluster.md @@ -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.