Skip to content

Commit bde6d13

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

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
@@ -2290,7 +2290,7 @@ The minimum required Wrangler version to use this command is 3.66.0.
22902290
- `--strict-vars` <Type text="boolean" /> <MetaInfo text="optional (default: true)" />
22912291
- Control the types that Wrangler generates for `vars` bindings.
22922292
- 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`) (useful when environment variables can often change especially when multiple environments are used).
2293+
- If `false`, Wrangler generates generic types (e.g. `myEnv: string`). This is useful when variables change frequently, such as when working across multiple environments.
22942294

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

0 commit comments

Comments
 (0)