From 55b48f51a39201af9d4262a30e74a28cd2e19241 Mon Sep 17 00:00:00 2001 From: Nikolai Shcherbinin <45823609+kol3x@users.noreply.github.com> Date: Tue, 1 Oct 2024 17:25:30 +0300 Subject: [PATCH] [KV] get-started syntax fix (#17248) --- src/content/docs/kv/get-started.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/kv/get-started.mdx b/src/content/docs/kv/get-started.mdx index 26695b0a62640e7..f422542d26b5b8b 100644 --- a/src/content/docs/kv/get-started.mdx +++ b/src/content/docs/kv/get-started.mdx @@ -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 = "" id = ""