summaryrefslogtreecommitdiff
path: root/doc/api/modules.md
diff options
context:
space:
mode:
authorRobert Adamian <robert.adamyan1@gmail.com>2018-01-24 14:30:58 +0400
committerVse Mozhet Byt <vsemozhetbyt@gmail.com>2018-01-24 13:48:19 +0200
commitcb88f35a733c3d9efab5f7b18ca84047b93e7ab6 (patch)
tree6dcf5a1e57e7c89d66c9d31b46c10e4780ce466c /doc/api/modules.md
parentd8263a067741c56f7bf8d4edc7031752c9b72793 (diff)
downloadandroid-node-v8-cb88f35a733c3d9efab5f7b18ca84047b93e7ab6.tar.gz
android-node-v8-cb88f35a733c3d9efab5f7b18ca84047b93e7ab6.tar.bz2
android-node-v8-cb88f35a733c3d9efab5f7b18ca84047b93e7ab6.zip
doc: add missing word in modules.md
PR-URL: https://github.com/nodejs/node/pull/18343 Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Diffstat (limited to 'doc/api/modules.md')
-rw-r--r--doc/api/modules.md2
1 files changed, 1 insertions, 1 deletions
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`