Skip to content

Commit 0e93298

Browse files
toyota790Myles Borins
authored and
Myles Borins
committed
doc: fix a typo in __dirname section
PR-URL: #6473 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Robert Lindstaedt <robert.lindstaedt@gmail.com>
1 parent adad721 commit 0e93298

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/globals.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ For instance, given two modules: `a` and `b`, where `b` is a dependency of
3838

3939
References to `__dirname` within `b.js` will return
4040
`/Users/mjr/app/node_modules/b` while references to `__dirname` within `a.js`
41-
will return `/Users/mj/app`.
41+
will return `/Users/mjr/app`.
4242

4343
## \_\_filename
4444

0 commit comments

Comments
 (0)