Skip to content

Commit 7722312

Browse files
add missing backticks
1 parent 3ac05b1 commit 7722312

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2289,8 +2289,8 @@ The minimum required Wrangler version to use this command is 3.66.0.
22892289
- A custom path must have a `d.ts` extension.
22902290
- `--strict-vars` <Type text="boolean" /> <MetaInfo text="optional (default: true)" />
22912291
- Control the types that Wrangler generates for `vars` bindings.
2292-
- If true (the default) Wrangler generates literal and union types for bindings (e.g. `myEnv: 'my dev variable' | 'my prod variable'`).
2293-
- If false, Wrangler generates generic types (e.g. `myEnv: string`).
2292+
- If `true` (the default) Wrangler generates literal and union types for bindings (e.g. `myEnv: 'my dev variable' | 'my prod variable'`).
2293+
- If `false`, Wrangler generates generic types (e.g. `myEnv: string`).
22942294
- Useful when environment variables can often change (especially with multiple environments are involved)
22952295

22962296
<Render file="wrangler-commands/global-flags" product="workers" />

0 commit comments

Comments
 (0)