Skip to content

Commit 202af46

Browse files
tniessenaduh95
authored andcommitted
doc: fix parentheses in options
PR-URL: #56563 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Ulises Gascón <[email protected]>
1 parent 93f60a1 commit 202af46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎doc/api/child_process.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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)).

0 commit comments

Comments
(0)