Skip to content

Commit 276031a

Browse files
Update src/content/docs/workers/configuration/multipart-upload-metadata.mdx
Co-authored-by: hyperlint-ai[bot] <154288675+hyperlint-ai[bot]@users.noreply.github.com>
1 parent 658ed46 commit 276031a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/workers/configuration/multipart-upload-metadata.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ At a minimum, the `main_module` key is required to upload a Worker.
4444
* [Asset](/workers/static-assets/) configuration for a Worker.
4545
* `config` <Type text="object" /> <MetaInfo text="optional" />
4646
* [html_handling](/workers/static-assets/routing/#1-html_handling) determines the redirects and rewrites of requests for HTML content.
47-
* [not_found_handling](/workers/static-assets/routing/#2-not_found_handling) determines the response when a request does not match a static asset, and there is no worker script.
47+
* [not_found_handling](/workers/static-assets/routing/#2-not_found_handling) determines the response when a request does not match a static asset, and there is no Worker script.
4848
* `jwt` field provides a token authorizing assets to be attached to a Worker.
4949

5050
* `keep_assets` <Type text="boolean" /> <MetaInfo text="optional" />

0 commit comments

Comments
 (0)