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 64f8530

Browse filesBrowse files
cjihrigtargos
authored andcommitted
doc: fix typo in process.disconnect() docs
"that" should be "the" in this sentence. This commit also restructures the sentence to avoid the word "process's" PR-URL: #28328 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
1 parent c9226f5 commit 64f8530
Copy full SHA for 64f8530

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/process.md‎

Copy file name to clipboardExpand all lines: doc/api/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
@@ -763,8 +763,8 @@ and [Cluster][] documentation), the `process.disconnect()` method will close the
763763
IPC channel to the parent process, allowing the child process to exit gracefully
764764
once there are no other connections keeping it alive.
765765

766-
The effect of calling `process.disconnect()` is that same as calling the parent
767-
process's [`ChildProcess.disconnect()`][].
766+
The effect of calling `process.disconnect()` is the same as calling
767+
[`ChildProcess.disconnect()`][] from the parent process.
768768

769769
If the Node.js process was not spawned with an IPC channel,
770770
`process.disconnect()` will be `undefined`.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.