Skip to content

Commit 70b7d04

Browse files
Update src/content/docs/workers/configuration/environment-variables.mdx
Co-authored-by: hyperlint-ai[bot] <154288675+hyperlint-ai[bot]@users.noreply.github.com>
1 parent 67eac4b commit 70b7d04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/workers/configuration/environment-variables.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export default {
4949

5050
### Configuring different environments in Wrangler
5151

52-
[Environments in Wrangler](/workers/wrangler/environments) let you specify different configurations for the same worker, including different values for `vars` in each environment.
52+
[Environments in Wrangler](/workers/wrangler/environments) let you specify different configurations for the same Worker, including different values for `vars` in each environment.
5353
As `vars` is a [non-inheritable key](/workers/wrangler/configuration/#non-inheritable-keys), they are not inherited by environments and must be specified for each environment.
5454

5555
The example below sets up two environments, `staging` and `production`, with different values for `API_HOST` and `API_ACCOUNT_ID`.

0 commit comments

Comments
 (0)