Skip to content

Commit b52f77d

Browse files
morrmeevanlucas
authored andcommitted
doc: fix typo in doc/api/process.md
PR-URL: #12612 Fixes: #12565 Reviewed-By: Vse Mozhet Byt <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Daniel Bevenius <[email protected]> Reviewed-By: David Cai <[email protected]>
1 parent 08951a1 commit b52f77d

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

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

0 commit comments

Comments
 (0)