File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -536,7 +536,7 @@ changes:
536536* ` options ` {Object}
537537 * ` cwd ` {string|URL} Current working directory of the child process.
538538 * ` detached ` {boolean} Prepare child process to run independently of its
539- parent process. Specific behavior depends on the platform, see
539+ parent process. Specific behavior depends on the platform ( see
540540 [ ` options.detached ` ] [ ] ).
541541 * ` env ` {Object} Environment key-value pairs. ** Default:** ` process.env ` .
542542 * ` execPath ` {string} Executable used to create the child process.
@@ -688,7 +688,7 @@ changes:
688688 * ` stdio` {Array|string} Child's stdio configuration (see
689689 [` options .stdio ` ][` stdio` ]).
690690 * ` detached` {boolean} Prepare child process to run independently of
691- its parent process. Specific behavior depends on the platform, see
691+ its parent process. Specific behavior depends on the platform ( see
692692 [` options .detached ` ][]).
693693 * ` uid` {number} Sets the user identity of the process (see setuid(2)).
694694 * ` gid` {number} Sets the group identity of the process (see setgid(2)).
You can’t perform that action at this time.
0 commit comments