Skip to content

Commit

Permalink
fix delete jumping to the wrong section in commands.mdx (#17548)
Browse files Browse the repository at this point in the history
See title.
  • Loading branch information
fry69 authored Oct 15, 2024
1 parent a49ab93 commit 7be4468
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/docs/workers/wrangler/commands.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Wrangler offers a number of commands to manage your Cloudflare Workers.
- [`deploy`](#deploy) - Deploy your Worker to Cloudflare.
- [`dev`](#dev) - Start a local server for developing your Worker.
- [`publish`](#publish) - Publish your Worker to Cloudflare.
- [`delete`](#delete-3) - Delete your Worker from Cloudflare.
- [`delete`](#delete-2) - Delete your Worker from Cloudflare.
- [`kv namespace`](#kv-namespace) - Manage Workers KV namespaces.
- [`kv key`](#kv-key) - Manage key-value pairs within a Workers KV namespace.
- [`kv bulk`](#kv-bulk) - Manage multiple key-value pairs within a Workers KV namespace in batches.
Expand Down

0 comments on commit 7be4468

Please sign in to comment.