diff --git a/doc/api/process.md b/doc/api/process.md index 179e1bd4d852db..5c5a46e85c1148 100644 --- a/doc/api/process.md +++ b/doc/api/process.md @@ -1185,7 +1185,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