Skip to content

Commit c18a813

Browse files
joseph0007targos
authored andcommitted
doc: add missing word in child_process.md
PR-URL: #50370 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Zeyu "Alex" Yang <himself65@outlook.com>
1 parent 35f33d3 commit c18a813

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/child_process.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -842,7 +842,7 @@ pipes between the parent and child. The value is one of the following:
842842
file, socket, or a pipe with the child process. The stream's underlying
843843
file descriptor is duplicated in the child process to the fd that
844844
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
845+
underlying descriptor (file streams do not start until the `'open'` event has
846846
occurred).
847847
7. Positive integer: The integer value is interpreted as a file descriptor
848848
that is open in the parent process. It is shared with the child

0 commit comments

Comments
 (0)