diff --git a/doc/api/vfs.md b/doc/api/vfs.md index 90b8e9c303125a..665af0167cd343 100644 --- a/doc/api/vfs.md +++ b/doc/api/vfs.md @@ -201,9 +201,6 @@ The promise namespace mirrors `fs.promises` and includes `readFile`, added: v26.4.0 --> -The base class for all VFS providers. Subclasses implement the essential -primitives (`open`, `stat`, `readdir`, `mkdir`, `rmdir`, `unlink`, -`rename`, ...) and inherit default implementations of the derived The base class for all VFS providers. Subclasses implement the essential primitives (such as `open`, `stat`, `readdir`, `mkdir`, `rmdir`, `unlink`, `rename`, etc.) and inherit default implementations of the derived