summaryrefslogtreecommitdiff
path: root/doc/api/modules.md
diff options
context:
space:
mode:
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 b1656fcd27..20fb5fab02 100644
--- a/doc/api/modules.md
+++ b/doc/api/modules.md
@@ -666,7 +666,7 @@ added: v8.9.0
* Returns: {string[]|null}
Returns an array containing the paths searched during resolution of `request` or
-null if the `request` string references a core module, for example `http` or
+`null` if the `request` string references a core module, for example `http` or
`fs`.
## The `module` Object