We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5777b3 commit fd006e5Copy full SHA for fd006e5
doc/api/child_process.md
@@ -1046,7 +1046,7 @@ this occurs.
1046
added: v0.1.90
1047
-->
1048
1049
-* {Stream.Readable}
+* {stream.Readable}
1050
1051
A `Readable Stream` that represents the child process's `stderr`.
1052
@@ -1061,7 +1061,7 @@ the same value.
1061
1062
1063
1064
-* {Stream.Writable}
+* {stream.Writable}
1065
1066
A `Writable Stream` that represents the child process's `stdin`.
1067
@@ -1119,7 +1119,7 @@ assert.equal(child.stdio[2], child.stderr);
1119
1120
1121
1122
1123
1124
A `Readable Stream` that represents the child process's `stdout`.
1125
0 commit comments