Skip to content

Commit 3a1c74d

Browse files
authored
[DO] Update environments.mdx (#17685)
1 parent 0aaab0f commit 3a1c74d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/durable-objects/reference/environments.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ durable_objects.bindings = [
3030

3131
`"EXAMPLE_CLASS"` in the staging environment is bound to a different Worker code name compared to the top-level `"EXAMPLE_CLASS"` binding, and will therefore access different Durable Objects with different persistent storage.
3232

33-
If you want an environment-specific binding that accesses the same Objects as the top-level binding, specify the top-level Worker code name explicitly:
33+
If you want an environment-specific binding that accesses the same Objects as the top-level binding, specify the top-level Worker code name explicitly using `script_name`:
3434

3535
```toml
3636
[env.another]

0 commit comments

Comments
 (0)