Skip to content
This repository was archived by the owner on Aug 31, 2018. It is now read-only.

Commit 8c85ea3

Browse files
danbevaddaleax
authored andcommitted
doc: minor correction to note on process section
PR-URL: nodejs/node#16311 Reviewed-By: Anatoli Papirovski <apapirovski@mac.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Nicu Micleușanu <micnic90@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
1 parent 3158787 commit 8c85ea3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/process.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1702,7 +1702,7 @@ important ways:
17021702
respectively.
17031703
2. They cannot be closed ([`end()`][] will throw).
17041704
3. They will never emit the [`'finish'`][] event.
1705-
4. Writes may be synchronous depending on the what the stream is connected to
1705+
4. Writes may be synchronous depending on what the stream is connected to
17061706
and whether the system is Windows or POSIX:
17071707
- Files: *synchronous* on Windows and POSIX
17081708
- TTYs (Terminals): *asynchronous* on Windows, *synchronous* on POSIX

0 commit comments

Comments
 (0)