Skip to content

Commit 140b10b

Browse files
Update src/content/docs/workers/wrangler/configuration.mdx
Co-authored-by: ToriLindsay <[email protected]>
1 parent b1a760d commit 140b10b

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
@@ -180,7 +180,7 @@ At a minimum, the `name`, `main` and `compatibility_date` keys are required to d
180180

181181
- `keep_names` <Type text="boolean" /> <MetaInfo text="optional" />
182182

183-
- Wrangler uses esbuild to process the worker code for development and deployment, this option allows
183+
- Wrangler uses esbuild to process the Worker code for development and deployment. This option allows
184184
you to specify whether esbuild should apply its [keepNames](https://esbuild.github.io/api/#keep-names) logic to the code or not. Defaults to `true`.
185185

186186
- `logpush` <Type text="boolean" /> <MetaInfo text="optional" />

0 commit comments

Comments
 (0)