diff --git a/doc/api/process.md b/doc/api/process.md index 8196fa15a27f06..c644598dc35e64 100644 --- a/doc/api/process.md +++ b/doc/api/process.md @@ -1699,7 +1699,8 @@ added: * {integer} -The `process.ppid` property returns the PID of the current parent process. +The `process.ppid` property returns the PID of the parent of the +current process. ```js console.log(`The parent process is pid ${process.ppid}`);