diff --git a/doc/api/modules.md b/doc/api/modules.md index a633ac7c9ceb93..9e9365fc80132c 100644 --- a/doc/api/modules.md +++ b/doc/api/modules.md @@ -560,7 +560,7 @@ wrapper that looks like the following: By doing this, Node.js achieves a few things: -* It keeps top-level variables (defined with `var`, `const` or `let`) scoped to +* It keeps top-level variables (defined with `var`, `const`, or `let`) scoped to the module rather than the global object. * It helps to provide some global-looking variables that are actually specific to the module, such as: