Skip to content

Commit ddd7c40

Browse files
Update src/content/docs/workers/wrangler/commands.mdx
1 parent bde6d13 commit ddd7c40

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`). This is useful when variables change frequently, such as when working across multiple environments.
2293+
- If `false`, Wrangler generates generic types (e.g. `myEnv: string`). This is useful when variables change frequently, especially when working across multiple environments.
22942294

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

0 commit comments

Comments
 (0)