Skip to content

Commit 196b5f4

Browse files
imidommarijnh
authored andcommitted
Change "fileos" to "files"
1 parent 674f8e0 commit 196b5f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

10_modules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ function require(name) {
360360
In this code, `readFile` is a made-up function that reads a file and
361361
returns its contents as a string. Standard JavaScript provides no such
362362
functionality—but different JavaScript environments, such as the
363-
browser and Node.js, provide their own ways of accessing fileos.
363+
browser and Node.js, provide their own ways of accessing files.
364364
The example just pretends that `readFile` exists.
365365

366366
{{index cache, "Function constructor"}}

0 commit comments

Comments
 (0)