Skip to content

Commit baebe1f

Browse files
authored
fix delete jumping to the wrong section in commands.mdx
See title.
1 parent 20c486f commit baebe1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Wrangler offers a number of commands to manage your Cloudflare Workers.
2020
- [`deploy`](#deploy) - Deploy your Worker to Cloudflare.
2121
- [`dev`](#dev) - Start a local server for developing your Worker.
2222
- [`publish`](#publish) - Publish your Worker to Cloudflare.
23-
- [`delete`](#delete-3) - Delete your Worker from Cloudflare.
23+
- [`delete`](#delete-2) - Delete your Worker from Cloudflare.
2424
- [`kv namespace`](#kv-namespace) - Manage Workers KV namespaces.
2525
- [`kv key`](#kv-key) - Manage key-value pairs within a Workers KV namespace.
2626
- [`kv bulk`](#kv-bulk) - Manage multiple key-value pairs within a Workers KV namespace in batches.

0 commit comments

Comments
 (0)