From 969f96a0196d79bec98aefed66971b3f948835bf Mon Sep 17 00:00:00 2001 From: William Luo Date: Fri, 29 Apr 2016 22:14:08 +0800 Subject: [PATCH] doc: fix a typo in __dirname section PR-URL: https://github.com/nodejs/node/pull/6473 Reviewed-By: Colin Ihrig Reviewed-By: James M Snell Reviewed-By: Robert Lindstaedt --- doc/api/globals.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/globals.md b/doc/api/globals.md index 643ab4334b20a6..c699b2e9d71b2a 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