Skip to content

Commit 6c809e0

Browse files
danbevMylesBorins
authored andcommitted
doc: minor correction to note on process section
PR-URL: #16311 Reviewed-By: Anatoli Papirovski <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Nicu Micleușanu <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Gireesh Punathil <[email protected]>
1 parent 0a0fa2b commit 6c809e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/process.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1634,7 +1634,7 @@ important ways:
16341634
respectively.
16351635
2. They cannot be closed ([`end()`][] will throw).
16361636
3. They will never emit the [`'finish'`][] event.
1637-
4. Writes may be synchronous depending on the what the stream is connected to
1637+
4. Writes may be synchronous depending on what the stream is connected to
16381638
and whether the system is Windows or POSIX:
16391639
- Files: *synchronous* on Windows and POSIX
16401640
- TTYs (Terminals): *asynchronous* on Windows, *synchronous* on POSIX

0 commit comments

Comments
 (0)