Skip to content

Commit 93ba67d

Browse files
Update src/content/docs/workers/ci-cd/builds/troubleshoot.mdx
Co-authored-by: hyperlint-ai[bot] <154288675+hyperlint-ai[bot]@users.noreply.github.com>
1 parent 8ba1832 commit 93ba67d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/workers/ci-cd/builds/troubleshoot.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The build system uses the `name` argument in the wrangler.toml to determine whic
3131
:::note
3232
This does not apply to [Wrangler Environments](/workers/wrangler/environments/) if the Worker name before the `-<env_name>` suffix matches the name in wrangler.toml.
3333

34-
For example, a Worker named `my-worker-staging` on the dashboard can be deployed from a repository that contains a wrangler.toml with the arguemnts `name = my-worker` and `[env.staging]` using the deploy command `npx wrangler deploy --env staging`.
34+
For example, a Worker named `my-worker-staging` on the dashboard can be deployed from a repository that contains a wrangler.toml with the arguments `name = my-worker` and `[env.staging]` using the deploy command `npx wrangler deploy --env staging`.
3535
:::
3636

3737
### Missing Wrangler.toml

0 commit comments

Comments
 (0)