From 5cdfc2f3c2592c144f426fd98866186de19ebc53 Mon Sep 17 00:00:00 2001 From: Steady Gaze <119086591+steadygaze@users.noreply.github.com> Date: Wed, 12 Apr 2023 21:37:46 -0700 Subject: [PATCH] docs: Fix typo "banary" to "binary" --- README.md | 2 +- docs/content/1.index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5b9126fd..5ebc15fa 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/docs/content/1.index.md b/docs/content/1.index.md index bb915b81..8eb28ecd 100644 --- a/docs/content/1.index.md +++ b/docs/content/1.index.md @@ -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)