diff options
Diffstat (limited to 'doc/api/globals.md')
-rw-r--r-- | doc/api/globals.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/globals.md b/doc/api/globals.md index 643ab4334b..c699b2e9d7 100644 --- a/doc/api/globals.md +++ b/doc/api/globals.md @@ -38,7 +38,7 @@ For instance, given two modules: `a` and `b`, where `b` is a dependency of References to `__dirname` within `b.js` will return `/Users/mjr/app/node_modules/b` while references to `__dirname` within `a.js` -will return `/Users/mj/app`. +will return `/Users/mjr/app`. ## \_\_filename |