Skip to content

Commit 96fe504

Browse files
committed
docs: fix typo
1 parent 10edbbb commit 96fe504

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/api/child_processes.markdown

+2-2
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,8 @@ spawning the process with an empty environment rather than using
141141
API.
142142

143143
There is a deprecated option called `customFds` which allows one to specify
144-
specific file descriptors for the stdio of the child process. This API is
145-
was not portable to all platforms and therefore removed.
144+
specific file descriptors for the stdio of the child process. This API was
145+
not portable to all platforms and therefore removed.
146146
With `customFds` it was possible to hook up the new process' [stdin, stdout,
147147
stderr] to existing streams; `-1` meant that a new stream should be created.
148148
Use at your own risk.

0 commit comments

Comments
 (0)