From 9a733c41fcbe9543f575935bf28601fdeee52310 Mon Sep 17 00:00:00 2001 From: Anni Wang <54481763+aninibread@users.noreply.github.com> Date: Wed, 18 Sep 2024 14:19:27 -0400 Subject: [PATCH] Update src/content/docs/workers/ci-cd/builds/build-configuration.mdx Co-authored-by: hyperlint-ai[bot] <154288675+hyperlint-ai[bot]@users.noreply.github.com> --- src/content/docs/workers/ci-cd/builds/build-configuration.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/workers/ci-cd/builds/build-configuration.mdx b/src/content/docs/workers/ci-cd/builds/build-configuration.mdx index 997118f48452b7..002314000dd226 100644 --- a/src/content/docs/workers/ci-cd/builds/build-configuration.mdx +++ b/src/content/docs/workers/ci-cd/builds/build-configuration.mdx @@ -75,7 +75,7 @@ ecommerce-monorepo/ To set up Workers with [Wrangler Enviornments](/workers/wrangler/environments/): -1. (Optional) [Deploy via Wrangler](/workers/wrangler/commands/#deploy) to create the Worker for your environments in the Dashboard, if you don’t already have them. +1. (Optional) [Deploy via Wrangler](/workers/wrangler/commands/#deploy) to create the Worker for your environments in the Dashboard, if you don't already have them. 2. Find the Workers for your environments. They are typically named `[name of Worker] - [environment name]`. 3. Connect your repository to each of the Workers for your environment. 4. In each of the Workers, edit your Wrangler deploy command to include the flag `--env: ` in the build configurations.