Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Rephrase process.debugPort api doc description
  • Loading branch information
flickz authored Feb 11, 2018
commit 7f7564a9bfd566c4ac619024d8e2fff8c5afffa1
2 changes: 1 addition & 1 deletion doc/api/process.md
Original file line number Diff line number Diff line change
Expand Up @@ -636,7 +636,7 @@ added: v0.7.2
-->
* {number}

A port number for the debugger to listen to.
The port used by Node's debugger when enabled.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is actually called Node.js so it should be called Node.js's.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Noted


```js
process.debugPort = 5858;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The linter complains about the indentation. Please do not use any spaces here :-)

Expand Down