Skip to content

Commit 56d330a

Browse files
Update src/content/docs/workers/wrangler/commands.mdx
Co-authored-by: ToriLindsay <[email protected]>
1 parent 7722312 commit 56d330a

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
@@ -2289,7 +2289,7 @@ 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'`).
2292+
- If `true`, (the default) Wrangler generates literal and union types for bindings (e.g. `myEnv: 'my dev variable' | 'my prod variable'`).
22932293
- 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

0 commit comments

Comments
 (0)