From 257b43f5fb6ef81522ea50f13dbf02ebefdf87f3 Mon Sep 17 00:00:00 2001 From: Robert Adamian Date: Wed, 24 Jan 2018 14:30:58 +0400 Subject: [PATCH] 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(-) diff --git a/doc/api/modules.md b/doc/api/modules.md index 458ba73c3df064..64048cebe87855 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`