Skip to content

Commit 3165155

Browse files
Update src/content/docs/kv/concepts/kv-bindings.mdx
Co-authored-by: Rebecca Tamachiro <[email protected]>
1 parent 28cd632 commit 3165155

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/kv/concepts/kv-bindings.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ kv_namespaces = [
7878

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

81-
[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/walkthrough/#3-write-a-class-to-define-a-durable-object).
81+
[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/walkthrough/#3-write-a-durable-object-class).
8282

8383
An example might look like:
8484

0 commit comments

Comments
 (0)