diff options
author | William Luo <toyota790@gmail.com> | 2016-04-29 22:14:08 +0800 |
---|---|---|
committer | James M Snell <jasnell@gmail.com> | 2016-05-01 14:40:38 -0700 |
commit | 81aef8c1c00fb28f80b3cb14278bb99f063e2185 (patch) | |
tree | 9ffe79cf8f4db3a8508fe643260c66606dd11705 /doc/api/globals.md | |
parent | cebd52539e814c0b4c5bfba79348bac111e67cbf (diff) | |
download | node-new-81aef8c1c00fb28f80b3cb14278bb99f063e2185.tar.gz |
doc: fix a typo in __dirname section
PR-URL: https://github.com/nodejs/node/pull/6473
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Robert Lindstaedt <robert.lindstaedt@gmail.com>
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 |