We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a20ea14 commit 4eca18cCopy full SHA for 4eca18c
doc/api/process.md
@@ -1593,7 +1593,7 @@ important ways:
1593
respectively.
1594
2. They cannot be closed ([`end()`][] will throw).
1595
3. They will never emit the [`'finish'`][] event.
1596
-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
1597
and whether the system is Windows or POSIX:
1598
- Files: *synchronous* on Windows and POSIX
1599
- TTYs (Terminals): *asynchronous* on Windows, *synchronous* on POSIX
0 commit comments