Skip to content

Commit 6fe9f3c

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 342ccb8 commit 6fe9f3c

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
@@ -94,7 +94,7 @@ curl -X PUT \
9494
"keep_bindings": ["kv_namespace", "d1", "ai"]
9595
}'
9696
```
97-
Once the API request is made, the Worker will be redeployed with the new bindings. The bindings will then become accessable from the Worker code using `env.BINDING_NAME` (e.g., `env.USER_KV.get()`).
97+
Once the API request is made, the Worker will be redeployed with the new bindings. The bindings will then become accessible from the Worker code using `env.BINDING_NAME` (e.g., `env.USER_KV.get()`).
9898

9999
#### Using Wrangler
100100

0 commit comments

Comments
 (0)