Skip to content

Commit b8337fd

Browse files
Apply suggestions from code review
Co-authored-by: hyperlint-ai[bot] <154288675+hyperlint-ai[bot]@users.noreply.github.com>
1 parent 80bc285 commit b8337fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/docs/workers/configuration/configuration-management.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Cloudflare Workers can be configured using:
2323

2424
## Configuration options and use-cases
2525

26-
As projects and teams grow, its important to consider the use-cases and best practices for each configuration management tool.
26+
As projects and teams grow, it's important to consider the use-cases and best practices for each configuration management tool.
2727

2828
### Cloudflare Dashboard
2929
Settings for your Workers can be manually configured in the Cloudflare Dashboard.
@@ -47,7 +47,7 @@ Wrangler is a powerful CLI for managing and deploying Cloudflare Workers, and us
4747

4848
Configuring Workers in a `wrangler.toml` configuration file is best for:
4949

50-
* **Binding resources and services:** The `wrangler.toml` file allows you to easily bind resources such as [KV namespaces](https://developers.cloudflare.com/workers/wrangler/configuration/#kv-namespaces), [Durable Objects](https://developers.cloudflare.com/workers/wrangler/configuration/#durable-objects), and [R2 buckets](https://developers.cloudflare.com/workers/wrangler/configuration/#r2-buckets) directly to your Worker. Wrangler reads your configuration file and attaches defined bindings to your Worker when its deployed, ensuring your Worker has access to all required resources.
50+
* **Binding resources and services:** The `wrangler.toml` file allows you to easily bind resources such as [KV namespaces](https://developers.cloudflare.com/workers/wrangler/configuration/#kv-namespaces), [Durable Objects](https://developers.cloudflare.com/workers/wrangler/configuration/#durable-objects), and [R2 buckets](https://developers.cloudflare.com/workers/wrangler/configuration/#r2-buckets) directly to your Worker. Wrangler reads your configuration file and attaches defined bindings to your Worker when it's deployed, ensuring your Worker has access to all required resources.
5151

5252
* **Managing multiple environments:**[ Multiple environments](https://developers.cloudflare.com/workers/wrangler/configuration/#environments) (development, staging, production, etc) can be configured in a `wrangler.toml`, each with unique configurations. Environments defined in `wrangler.toml` can have distinct routes, bindings, and environment variables, so that teams can test and deploy across stages.
5353

0 commit comments

Comments
 (0)