Skip to content

Commit c053623

Browse files
authored
Update src/content/docs/workers/wrangler/configuration.mdx
1 parent 70b7d04 commit c053623

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ kv_namespaces = [
5252

5353
## Environments
5454

55-
You can define a different configurations for a Worker using Wrangler [environments](/workers/wrangler/environments/).
55+
You can define different configurations for a Worker using Wrangler [environments](/workers/wrangler/environments/).
5656
There is a default (top-level) environment and you can create named environments that provide environment-specific configuration.
5757

5858
These are defined under `[env.<name>]` keys, such as `[env.staging]` which you can then preview or deploy with the `-e` / `--env` flag in the `wrangler` commands like `npx wrangler deploy --env staging`.

0 commit comments

Comments
 (0)