There was an error while loading. Please reload this page.
1 parent 17a04e0 commit 913bbc2Copy full SHA for 913bbc2
1 file changed
packages/memfs/docs/text.md
@@ -3,7 +3,7 @@
3
- **Node's [`fs` module](https://nodejs.org/api/fs.html)** --- a drop-in
4
replacement you can use anywhere the `fs` module is expected (tests, mocks,
5
bundlers, sandboxes). Files live in memory instead of on disk.
6
-- **The browser [File System (Access) (FSA) API](https://developer.mozilla.org/en-US/docs/Web/API/File_System_Access_API)**
+- **The browser [File System Access (FSA) API](https://developer.mozilla.org/en-US/docs/Web/API/File_System_Access_API)**
7
--- the same `FileSystemDirectoryHandle` interface a browser exposes, backed
8
by memory.
9
0 commit comments