From d3569b623ccd593c9ef62fcaf0aba2711dc7fbfa Mon Sep 17 00:00:00 2001 From: James M Snell Date: Mon, 5 Feb 2018 21:55:16 -0800 Subject: doc: remove **Note:** tags Remove the various **Note:** prefixes throughout the docs. PR-URL: https://github.com/nodejs/node/pull/18592 Reviewed-By: Rich Trott Reviewed-By: Daniel Bevenius Reviewed-By: Colin Ihrig Reviewed-By: Ruben Bridgewater Reviewed-By: Michael Dawson --- doc/api/cluster.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/api/cluster.md') diff --git a/doc/api/cluster.md b/doc/api/cluster.md index 3063af83bd..11be4d34d5 100644 --- a/doc/api/cluster.md +++ b/doc/api/cluster.md @@ -97,9 +97,9 @@ 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. -*Note*: 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. +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. Because workers are all separate processes, they can be killed or re-spawned depending on a program's needs, without affecting other -- cgit v1.2.3