diff --git a/doc/api/process.md b/doc/api/process.md index ae739de78747fc..8196fa15a27f06 100644 --- a/doc/api/process.md +++ b/doc/api/process.md @@ -1152,7 +1152,7 @@ added: v0.1.100 * {string} The `process.execPath` property returns the absolute pathname of the executable -that started the Node.js process. +that started the Node.js process. Symbolic links, if any, are resolved. ```js