Skip to content

Commit b89c4f4

Browse files
Apply suggestions from code review
Co-authored-by: Somhairle MacLeòid <[email protected]>
1 parent 00b6457 commit b89c4f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/workers/wrangler/configuration.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -646,7 +646,7 @@ To bind KV namespaces to your Worker, assign an array of the below object to the
646646
- The ID of the KV namespace.
647647

648648
- `preview_id` <Type text="string" /> <MetaInfo text="optional" />
649-
- The preview ID of this KV namespace. This option is **required** when using `wrangler dev --remote` to develop against remote resources (but it is not require with [remote bindings](/workers/development-testing/#remote-bindings)). If developing locally (without `--remote`), this is an optional field. `wrangler dev` will use this ID for the KV namespace. Otherwise, `wrangler dev` will use `id`.
649+
- The preview ID of this KV namespace. This option is **required** when using `wrangler dev --remote` to develop against remote resources (but is not required with [remote bindings](/workers/development-testing/#remote-bindings)). If developing locally, this is an optional field. `wrangler dev` will use this ID for the KV namespace. Otherwise, `wrangler dev` will use `id`.
650650

651651
:::note
652652

0 commit comments

Comments
 (0)