We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fe9f3c commit d385b8dCopy full SHA for d385b8d
src/content/docs/cloudflare-for-platforms/workers-for-platforms/get-started/bindings.mdx
@@ -140,4 +140,4 @@ Use Wrangler to deploy the User Worker with the bindings:
140
npx wrangler deploy --name $SCRIPT_NAME --dispatch-namespace $NAMESPACE_NAME
141
```
142
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()`).
+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