diff --git a/doc/api/fs.md b/doc/api/fs.md index 2c0b26f2dca01e..05e4ed09cda2e4 100644 --- a/doc/api/fs.md +++ b/doc/api/fs.md @@ -4533,7 +4533,7 @@ changes: * `withFileTypes` {boolean} **Default:** `false` * Returns: {string[]|Buffer[]|fs.Dirent[]} -Reads the contents of the director. +Reads the contents of the directory. See the POSIX readdir(3) documentation for more details.