Skip to content

Commit e1c9e23

Browse files
authored
[Workers] Fix misplaced backtick in changelog entry (#24539)
1 parent ed3c59f commit e1c9e23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/changelog/workers/2025-06-18-remote-bindings-beta.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ When remote bindings are configured, your Worker **still executes locally**, but
3737

3838
**You can try out remote bindings for local development today with:**
3939

40-
- [Wrangler v4.20.3](/workers/development-testing/#using-wrangler-with-remote-bindings): Use the `wrangler dev --x-remote-bindings command`.
40+
- [Wrangler v4.20.3](/workers/development-testing/#using-wrangler-with-remote-bindings): Use the `wrangler dev --x-remote-bindings` command.
4141
- The [Cloudflare Vite Plugin](/workers/development-testing/#using-vite-with-remote-bindings): Refer to the documentation for how to enable in your Vite config.
4242
- The [Cloudflare Vitest Plugin](/workers/development-testing/#using-vitest-with-remote-bindings): Refer to the documentation for how to enable in your Vitest config.
4343

0 commit comments

Comments
 (0)