Skip to content

Commit 83becc3

Browse files
authored
Update child_process.md
fixed typo
1 parent 2c4a332 commit 83becc3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/api/child_process.md

Lines changed: 1 addition & 1 deletion
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 open 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)