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

Commit 9727fcf

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 240fbe5 commit 9727fcf

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
@@ -1676,7 +1676,7 @@ important ways:
16761676
respectively.
16771677
2. They cannot be closed ([`end()`][] will throw).
16781678
3. They will never emit the [`'finish'`][] event.
1679-
4. Writes may be synchronous depending on the what the stream is connected to
1679+
4. Writes may be synchronous depending on what the stream is connected to
16801680
and whether the system is Windows or POSIX:
16811681
- Files: *synchronous* on Windows and POSIX
16821682
- TTYs (Terminals): *asynchronous* on Windows, *synchronous* on POSIX

0 commit comments

Comments
 (0)