diff --git a/doc/api/modules.md b/doc/api/modules.md index 458ba73c3df064..64048cebe87855 100644 --- a/doc/api/modules.md +++ b/doc/api/modules.md @@ -468,7 +468,7 @@ added: v0.1.27 * {string} -The directory name of the current module. This the same as the +The directory name of the current module. This is the same as the [`path.dirname()`][] of the [`__filename`][]. Example: running `node example.js` from `/Users/mjr`