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 0a0fa2b commit 6c809e0Copy full SHA for 6c809e0
doc/api/process.md
@@ -1634,7 +1634,7 @@ important ways:
1634
respectively.
1635
2. They cannot be closed ([`end()`][] will throw).
1636
3. They will never emit the [`'finish'`][] event.
1637
-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
1638
and whether the system is Windows or POSIX:
1639
- Files: *synchronous* on Windows and POSIX
1640
- TTYs (Terminals): *asynchronous* on Windows, *synchronous* on POSIX
0 commit comments