Skip to content

Commit 02efb93

Browse files
korinneGregBrimble
andauthored
Update src/content/docs/workers/static-assets/index.mdx
Co-authored-by: Greg Brimble <[email protected]>
1 parent 359bf9c commit 02efb93

File tree

1 file changed

+1
-1
lines changed
  • src/content/docs/workers/static-assets

1 file changed

+1
-1
lines changed

src/content/docs/workers/static-assets/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ The default behavior for requests which don't match a static asset can be change
115115

116116
</WranglerConfig>
117117

118-
If you want the Worker code to execute before serving assets, you can use the `run_worker_first` option. This can be set to `true` to run the Worker for all requests, or configured as an array of route patterns for selective Worker-first routing:
118+
If you want the Worker code to execute before serving assets, you can use the `run_worker_first` option. This can be set to `true` to run the Worker for all requests, or configured as an array of route patterns for selective Worker-script-first routing:
119119

120120
**Invoking your Worker script on specific paths:**
121121

0 commit comments

Comments
 (0)