We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7480ee8 commit 99a2351Copy full SHA for 99a2351
doc/api/child_process.md
@@ -1062,7 +1062,7 @@ pipes between the parent and child. The value is one of the following:
1062
underlying descriptor (file streams do not start until the `'open'` event has
1063
occurred).
1064
**NOTE:** While it is technically possible to pass `stdin` as a writable or
1065
- `stdout`/`stderr` as readable under `options.stdio`, it is not recommended.
+ `stdout`/`stderr` as readable, it is not recommended.
1066
Readable and writable streams are designed with distinct behaviors, and using
1067
them incorrectly (e.g., passing a readable stream where a writable stream is
1068
expected) can lead to unexpected results or errors. This practice is discouraged
0 commit comments