summaryrefslogtreecommitdiff
path: root/doc/api/cluster.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/cluster.md')
-rw-r--r--doc/api/cluster.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/cluster.md b/doc/api/cluster.md
index 7385e9ba78..5f5273d373 100644
--- a/doc/api/cluster.md
+++ b/doc/api/cluster.md
@@ -713,10 +713,10 @@ changes:
-->
* {Object}
- * `execArgv` {Array} List of string arguments passed to the Node.js
+ * `execArgv` {string[]} List of string arguments passed to the Node.js
executable. **Default:** `process.execArgv`.
* `exec` {string} File path to worker file. **Default:** `process.argv[1]`.
- * `args` {Array} String arguments passed to worker.
+ * `args` {string[]} String arguments passed to worker.
**Default:** `process.argv.slice(2)`.
* `cwd` {string} Current working directory of the worker process. **Default:**
`undefined` (inherits from parent process).