We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31cde1c commit 35deef0Copy full SHA for 35deef0
doc/api/process.md
@@ -1676,7 +1676,7 @@ important ways:
1676
respectively.
1677
2. They cannot be closed ([`end()`][] will throw).
1678
3. They will never emit the [`'finish'`][] event.
1679
-4. Writes may be synchronous depending on the what the stream is connected to
+4. Writes may be synchronous depending on what the stream is connected to
1680
and whether the system is Windows or POSIX:
1681
- Files: *synchronous* on Windows and POSIX
1682
- TTYs (Terminals): *asynchronous* on Windows, *synchronous* on POSIX
0 commit comments