Skip to content

Commit d385b8d

Browse files
Update src/content/docs/cloudflare-for-platforms/workers-for-platforms/get-started/bindings.mdx
Co-authored-by: windsurf-bot[bot] <189301087+windsurf-bot[bot]@users.noreply.github.com>
1 parent 6fe9f3c commit d385b8d

File tree

1 file changed

+1
-1
lines changed
  • src/content/docs/cloudflare-for-platforms/workers-for-platforms/get-started

1 file changed

+1
-1
lines changed

src/content/docs/cloudflare-for-platforms/workers-for-platforms/get-started/bindings.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,4 +140,4 @@ Use Wrangler to deploy the User Worker with the bindings:
140140
npx wrangler deploy --name $SCRIPT_NAME --dispatch-namespace $NAMESPACE_NAME
141141
```
142142

143-
Once the Worker is deployed, the bindings will become accessable from the Worker code using `env.BINDING_NAME` (e.g., `env.USER_KV.get()`).
143+
Once the Worker is deployed, the bindings will become accessible from the Worker code using `env.BINDING_NAME` (e.g., `env.USER_KV.get()`).

0 commit comments

Comments
 (0)