Skip to content

Commit

Permalink
doc: add missing word in child_process.md
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
joseph0007 authored and richardlau committed Mar 25, 2024
1 parent e658208 commit 1e40f55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/child_process.md
Original file line number Diff line number Diff line change
Expand Up @@ -842,7 +842,7 @@ pipes between the parent and child. The value is one of the following:
file, socket, or a pipe with the child process. The stream's underlying
file descriptor is duplicated in the child process to the fd that
corresponds to the index in the `stdio` array. The stream must have an
underlying descriptor (file streams do not until the `'open'` event has
underlying descriptor (file streams do not start until the `'open'` event has
occurred).
7. Positive integer: The integer value is interpreted as a file descriptor
that is open in the parent process. It is shared with the child
Expand Down

0 comments on commit 1e40f55

Please sign in to comment.