We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cad86d4 commit 16f8298Copy full SHA for 16f8298
doc/api/process.md
@@ -1735,7 +1735,8 @@ added:
1735
1736
* {integer}
1737
1738
-The `process.ppid` property returns the PID of the current parent process.
+The `process.ppid` property returns the PID of the parent of the
1739
+current process.
1740
1741
```js
1742
console.log(`The parent process is pid ${process.ppid}`);
0 commit comments