Skip to content

Commit

Permalink
Fixed spelling for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
james-pre authored May 7, 2024
1 parent 530c8bc commit 9471f74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

- `WebStorage`: Stores files in a `Storage` object, like `localStorage` and `sessionStorage`.
- `IndexedDB`: Stores files into an `IndexedDB` object database.
- `WebAccess`: Store files using the [Web File System API](https://developer.mozilla.org/Web/API/File_System_API).
- `WebAccess`: Store files using the [File System Access API](https://developer.mozilla.org/Web/API/File_System_API).

For more information, see the [API documentation](https://zen-fs.github.io/dom).

Expand Down

0 comments on commit 9471f74

Please sign in to comment.