- 
          
 - 
                Notifications
    
You must be signed in to change notification settings  - Fork 33.7k
 
Closed
Labels
docIssues and PRs related to the documentations.Issues and PRs related to the documentations.good first issueIssues that are suitable for first-time contributors.Issues that are suitable for first-time contributors.processIssues and PRs related to the process subsystem.Issues and PRs related to the process subsystem.
Description
- Version: master, v7.x, v6.x
 - Platform: n/a
 - Subsystem: doc
 
In doc/api/process.md, there is a typo in the 'A note on process I/O' section where it says:
Synchronous writes avoid problems such as output written with `console.log()` or `console.write()` being unexpectedly interleaved, ...
where console.write() should presumably instead be console.error(), since console.write() does not exist and console.error() is the only other console method referred to in that section.
Metadata
Metadata
Assignees
Labels
docIssues and PRs related to the documentations.Issues and PRs related to the documentations.good first issueIssues that are suitable for first-time contributors.Issues that are suitable for first-time contributors.processIssues and PRs related to the process subsystem.Issues and PRs related to the process subsystem.