From cb88f35a733c3d9efab5f7b18ca84047b93e7ab6 Mon Sep 17 00:00:00 2001 From: Robert Adamian Date: Wed, 24 Jan 2018 14:30:58 +0400 Subject: doc: add missing word in modules.md PR-URL: https://github.com/nodejs/node/pull/18343 Reviewed-By: Gireesh Punathil Reviewed-By: Vse Mozhet Byt Reviewed-By: Luigi Pinca --- doc/api/modules.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/api/modules.md') diff --git a/doc/api/modules.md b/doc/api/modules.md index 458ba73c3d..64048cebe8 100644 --- a/doc/api/modules.md +++ b/doc/api/modules.md @@ -468,7 +468,7 @@ added: v0.1.27 * {string} -The directory name of the current module. This the same as the +The directory name of the current module. This is the same as the [`path.dirname()`][] of the [`__filename`][]. Example: running `node example.js` from `/Users/mjr` -- cgit v1.2.3