Skip to content

Commit 913bbc2

Browse files
authored
fix: release docs
1 parent 17a04e0 commit 913bbc2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/memfs/docs/text.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
- **Node's [`fs` module](https://nodejs.org/api/fs.html)** --- a drop-in
44
replacement you can use anywhere the `fs` module is expected (tests, mocks,
55
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)**
6+
- **The browser [File System Access (FSA) API](https://developer.mozilla.org/en-US/docs/Web/API/File_System_Access_API)**
77
--- the same `FileSystemDirectoryHandle` interface a browser exposes, backed
88
by memory.
99

0 commit comments

Comments
 (0)