Skip to content

Commit

Permalink
thomasgauvin: content nits (#16434)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasgauvin authored Aug 27, 2024
1 parent cac3ed8 commit 327e43d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/content/docs/kv/concepts/kv-bindings.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ KV [bindings](/workers/runtime-apis/bindings/) allow for communication between a

Configure KV bindings in the [wrangler.toml file](/workers/wrangler/configuration/#configure-wranglertoml).

## Reference KV from Workers
## Access KV from Workers

A [KV namespace](/kv/concepts/kv-namespaces/) is a key-value database replicated to Cloudflare's global network.

Expand Down Expand Up @@ -65,7 +65,7 @@ kv_namespaces = [
]
```

## Reference KV from Durable Objects and Workers using ES modules format
## Access KV from Durable Objects and Workers using ES modules format

[Durable Objects](/durable-objects/) use ES modules format. Instead of a global variable, bindings are available as properties of the `env` parameter [passed to the constructor](/durable-objects/get-started/#3-write-a-class-to-define-a-durable-object).

Expand Down

0 comments on commit 327e43d

Please sign in to comment.