We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e59651 commit d876088Copy full SHA for d876088
doc/api/modules.md
@@ -560,7 +560,7 @@ wrapper that looks like the following:
560
561
By doing this, Node.js achieves a few things:
562
563
-* 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
564
the module rather than the global object.
565
* It helps to provide some global-looking variables that are actually specific
566
to the module, such as:
0 commit comments