We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 674f8e0 commit 196b5f4Copy full SHA for 196b5f4
10_modules.md
@@ -360,7 +360,7 @@ function require(name) {
360
In this code, `readFile` is a made-up function that reads a file and
361
returns its contents as a string. Standard JavaScript provides no such
362
functionality—but different JavaScript environments, such as the
363
-browser and Node.js, provide their own ways of accessing fileos.
+browser and Node.js, provide their own ways of accessing files.
364
The example just pretends that `readFile` exists.
365
366
{{index cache, "Function constructor"}}
0 commit comments