diff --git a/doc/api/process.md b/doc/api/process.md index f568caf80b1e0d..5dbdd6bc05f10a 100644 --- a/doc/api/process.md +++ b/doc/api/process.md @@ -1187,7 +1187,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