Skip to content

Commit

Permalink
doc: fix parentheses in options
Browse files Browse the repository at this point in the history
PR-URL: #56563
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Ulises Gascón <[email protected]>
  • Loading branch information
tniessen authored and targos committed Jan 13, 2025
1 parent 4f5c9ad commit d437980
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/api/child_process.md
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@ changes:
* `options` {Object}
* `cwd` {string|URL} Current working directory of the child process.
* `detached` {boolean} Prepare child process to run independently of its
parent process. Specific behavior depends on the platform, see
parent process. Specific behavior depends on the platform (see
[`options.detached`][]).
* `env` {Object} Environment key-value pairs. **Default:** `process.env`.
* `execPath` {string} Executable used to create the child process.
Expand Down Expand Up @@ -688,7 +688,7 @@ changes:
* `stdio` {Array|string} Child's stdio configuration (see
[`options.stdio`][`stdio`]).
* `detached` {boolean} Prepare child process to run independently of
its parent process. Specific behavior depends on the platform, see
its parent process. Specific behavior depends on the platform (see
[`options.detached`][]).
* `uid` {number} Sets the user identity of the process (see setuid(2)).
* `gid` {number} Sets the group identity of the process (see setgid(2)).
Expand Down

0 comments on commit d437980

Please sign in to comment.