Skip to content

Commit

Permalink
docs: Fix typo "banary" to "binary"
Browse files Browse the repository at this point in the history
  • Loading branch information
steadygaze committed Apr 13, 2023
1 parent 1d4c64f commit 5cdfc2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Unstorage provides an async Key-Value storage API with conventional features lik
- Default [in-memory](https://unstorage.unjs.io/drivers/memory) storage
- Tree-shakable utils and tiny core
- Auto JSON value serialization and deserialization
- Banary and raw value support
- Binary and raw value support
- State [snapshots](https://unstorage.unjs.io/utils#snapshots) and hydration
- Storage watcher
- HTTP Storage with [built-in server](https://unstorage.unjs.io/http-server)
Expand Down
2 changes: 1 addition & 1 deletion docs/content/1.index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ We usually choose one or more storage backends based on our use-cases such as fi
- Default [in-memory](/drivers/memory) storage
- Tree-shakable utils and tiny core
- Auto JSON value serialization and deserialization
- Banary and raw value support
- Binary and raw value support
- State [snapshots](/utils#snapshots) and hydration
- Storage watcher
- HTTP Storage with [built-in server](/server)

0 comments on commit 5cdfc2f

Please sign in to comment.