Replies: 1 comment 1 reply
-
Do you want to open a PR to propose this change? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The definition of Process in the node.js documentation is difficult to understand based on the way it's written.
Currently says:
The process object provides information about, and control over, the current Node.js process.
Update:
The process object provides information, and control over, the current Node.js process.
It's a very simple change but I feel like the current way it's written is slightly confusing.
Beta Was this translation helpful? Give feedback.
All reactions