Skip to content

Commit

Permalink
docs: fix typo in drivers/cloudflare-kv-http
Browse files Browse the repository at this point in the history
Change `environemnt` to `environment`
Update cloudflare-kv-http.md
  • Loading branch information
neelansh15 committed May 30, 2023
1 parent bcf9385 commit c3e61a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/6.drivers/cloudflare-kv-http.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Store data in [Cloudflare KV](https://developers.cloudflare.com/workers/learning

You need to create a KV namespace. See [KV Bindings](https://developers.cloudflare.com/workers/runtime-apis/kv#kv-bindings) for more information.

**Note:** This driver uses native fetch and works universally! For using directly in a cloudflare worker environemnt, please use `cloudflare-kv-binding` driver for best performance!
**Note:** This driver uses native fetch and works universally! For using directly in a cloudflare worker environment, please use `cloudflare-kv-binding` driver for best performance!

```js
import { createStorage } from "unstorage";
Expand Down

0 comments on commit c3e61a3

Please sign in to comment.