diff --git a/src/documentation/0045-node-folders/index.md b/src/documentation/0045-node-folders/index.md index 8b4be1d96b..291f611916 100644 --- a/src/documentation/0045-node-folders/index.md +++ b/src/documentation/0045-node-folders/index.md @@ -31,7 +31,7 @@ try { ## Read the content of a directory -Use `fs.readdir()` or `fs.readdirSync` to read the contents of a directory. +Use `fs.readdir()` or `fs.readdirSync()` to read the contents of a directory. This piece of code reads the content of a folder, both files and subfolders, and returns their relative path: