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 a9ac754 commit bfff4fcCopy full SHA for bfff4fc
doc/api/process.md
@@ -1699,7 +1699,8 @@ added:
1699
1700
* {integer}
1701
1702
-The `process.ppid` property returns the PID of the current parent process.
+The `process.ppid` property returns the PID of the parent of the
1703
+current process.
1704
1705
```js
1706
console.log(`The parent process is pid ${process.ppid}`);
0 commit comments