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>
This commit is contained in:
Robert Adamian 2018-01-24 14:30:58 +04:00 committed by Vse Mozhet Byt
parent d8263a0677
commit cb88f35a73

View File

@ -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`