From c3fde98d4d2d920ce3df10a7668aa36bcfb49206 Mon Sep 17 00:00:00 2001 From: Vse Mozhet Byt Date: Fri, 12 Jan 2018 02:07:18 +0200 Subject: doc: capitalize non-primitive types MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/18111 Reviewed-By: Сковорода Никита Андреевич Reviewed-By: James M Snell Reviewed-By: Colin Ihrig --- doc/api/cluster.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/api/cluster.md') diff --git a/doc/api/cluster.md b/doc/api/cluster.md index 016fdf6c18..6ef451cb9a 100644 --- a/doc/api/cluster.md +++ b/doc/api/cluster.md @@ -718,7 +718,7 @@ changes: `'ipc'` entry. When this option is provided, it overrides `silent`. * `uid` {number} Sets the user identity of the process. (See setuid(2).) * `gid` {number} Sets the group identity of the process. (See setgid(2).) - * `inspectPort` {number|function} Sets inspector port of worker. + * `inspectPort` {number|Function} Sets inspector port of worker. This can be a number, or a function that takes no arguments and returns a number. By default each worker gets its own port, incremented from the master's `process.debugPort`. -- cgit v1.2.3