We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
child_process.md
1 parent e658208 commit 1e40f55Copy full SHA for 1e40f55
doc/api/child_process.md
@@ -842,7 +842,7 @@ pipes between the parent and child. The value is one of the following:
842
file, socket, or a pipe with the child process. The stream's underlying
843
file descriptor is duplicated in the child process to the fd that
844
corresponds to the index in the `stdio` array. The stream must have an
845
- underlying descriptor (file streams do not until the `'open'` event has
+ underlying descriptor (file streams do not start until the `'open'` event has
846
occurred).
847
7. Positive integer: The integer value is interpreted as a file descriptor
848
that is open in the parent process. It is shared with the child
0 commit comments