Skip to content

Commit

Permalink
[KV] get-started syntax fix (#17248)
Browse files Browse the repository at this point in the history
  • Loading branch information
kol3x authored Oct 1, 2024
1 parent 84dc156 commit 55b48f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/docs/kv/get-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ To bind your KV namespace to your Worker:
1. In your `wrangler.toml` file, add the following with the values generated in your terminal from [step 2](/kv/get-started/#2-create-a-kv-namespace):

```toml
[[kv_namespaces]] =
[[kv_namespaces]]
binding = "<BINDING_NAME>"
id = "<BINDING_ID>"

Expand Down

0 comments on commit 55b48f5

Please sign in to comment.