Skip to content

Commit 52d9e7b

Browse files
toyota790Myles Borins
authored and
Myles Borins
committedJun 24, 2016
doc: fix a typo in __dirname section
PR-URL: #6473 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Robert Lindstaedt <[email protected]>
1 parent de20235 commit 52d9e7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎doc/api/globals.markdown

+1-1
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)
Please sign in to comment.