diff --git a/doc/api/process.md b/doc/api/process.md index 5df5c5830a9b21..30e46d354195be 100644 --- a/doc/api/process.md +++ b/doc/api/process.md @@ -1591,7 +1591,7 @@ These behaviours are partly for historical reasons, as changing them would create backwards incompatibility, but they are also expected by some users. Synchronous writes avoid problems such as output written with `console.log()` or -`console.write()` being unexpectedly interleaved, or not written at all if +`console.error()` being unexpectedly interleaved, or not written at all if `process.exit()` is called before an asynchronous write completes. See [`process.exit()`][] for more information.