Skip to content

Commit ab2fb7b

Browse files
Update src/content/docs/workers/wrangler/bundling.mdx
Co-authored-by: Brendan Irvine-Broque <[email protected]>
1 parent 0a362b4 commit ab2fb7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ By default, Wrangler bundles your Worker code using [`esbuild`](https://esbuild.
99

1010
:::note
1111

12-
Wrangler's inbuilt bundling usually provides the best experience, but we understand there are cases where you will need more flexibility.
12+
Wrangler's built-in bundling usually provides the best experience, but we understand there are cases where you will need more flexibility.
1313
You can provide `rules` and set `find_additional_modules` in your configuration to control which files are included in the deployed Worker but not bundled into the entry-point file.
1414
If you need more control, you can use [Custom Builds](/workers/wrangler/custom-builds/), which lets you configure your own build command that runs before Wrangler's built-in one.
1515
:::

0 commit comments

Comments
 (0)