Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 202af46

Browse filesBrowse files
tniessenaduh95
authored andcommitted
doc: fix parentheses in options
PR-URL: #56563 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com>
1 parent 93f60a1 commit 202af46
Copy full SHA for 202af46

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Open diff view settings
Collapse file

‎doc/api/child_process.md‎

Copy file name to clipboardExpand all lines: doc/api/child_process.md
+2-2Lines changed: 2 additions & 2 deletions
  • Display the source diff
  • Display the rich diff
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.