Browse Source

doc: fix typo in doc/api/process.md

PR-URL: https://github.com/nodejs/node/pull/12612
Fixes: https://github.com/nodejs/node/issues/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>
v6.x
morrme 8 years ago
committed by Myles Borins
parent
commit
18c56df81e
No known key found for this signature in database GPG Key ID: 933B01F40B5CA946
  1. 2
      doc/api/process.md

2
doc/api/process.md

@ -1594,7 +1594,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.

Loading…
Cancel
Save