Skip to content

Commit 18c56df

Browse files
morrmeMylesBorins
authored andcommitted
doc: fix typo in doc/api/process.md
PR-URL: #12612 Fixes: #12565 Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com> Reviewed-By: David Cai <davidcai1993@yahoo.com>
1 parent daf6535 commit 18c56df

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
@@ -1594,7 +1594,7 @@ These behaviours are partly for historical reasons, as changing them would
15941594
create backwards incompatibility, but they are also expected by some users.
15951595

15961596
Synchronous writes avoid problems such as output written with `console.log()` or
1597-
`console.write()` being unexpectedly interleaved, or not written at all if
1597+
`console.error()` being unexpectedly interleaved, or not written at all if
15981598
`process.exit()` is called before an asynchronous write completes. See
15991599
[`process.exit()`][] for more information.
16001600

0 commit comments

Comments
 (0)