@@ -322,12 +322,12 @@ changes:
322322-->
323323
324324* ` modulePath ` {string} The module to run in the child.
325- * ` args ` {Array } List of string arguments.
325+ * ` args ` {string [ ] } List of string arguments.
326326* ` options ` {Object}
327327 * ` cwd ` {string} Current working directory of the child process.
328328 * ` env ` {Object} Environment key-value pairs.
329329 * ` execPath ` {string} Executable used to create the child process.
330- * ` execArgv ` {Array } List of string arguments passed to the executable.
330+ * ` execArgv ` {string [ ] } List of string arguments passed to the executable.
331331 ** Default:** ` process.execArgv ` .
332332 * ` silent ` {boolean} If ` true ` , stdin, stdout, and stderr of the child will be
333333 piped to the parent, otherwise they will be inherited from the parent, see
@@ -387,7 +387,7 @@ changes:
387387-->
388388
389389* ` command ` {string} The command to run.
390- * ` args ` {Array } List of string arguments.
390+ * ` args ` {string [ ] } List of string arguments.
391391* ` options ` {Object}
392392 * ` cwd ` {string} Current working directory of the child process.
393393 * ` env ` {Object} Environment key-value pairs.
@@ -803,7 +803,7 @@ changes:
803803-->
804804
805805* ` command ` {string} The command to run.
806- * ` args ` {Array } List of string arguments.
806+ * ` args ` {string [ ] } List of string arguments.
807807* ` options ` {Object}
808808 * ` cwd ` {string} Current working directory of the child process.
809809 * ` input ` {string|Buffer|Uint8Array} The value which will be passed as stdin
0 commit comments