Skip to content

Commit 9384a29

Browse files
committed
Update copy for middleware features
1 parent 5a8e60c commit 9384a29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/workers/static-assets/routing/worker-script.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This allows you to easily combine together these two features to create powerful
1616

1717
## Run your Worker script first
1818

19-
You can configure the [`assets.run_worker_first` setting](/workers/static-assets/binding/#run_worker_first) to control when your Worker script runs relative to static asset serving. This gives you more control over exactly how and when those assets are served and could be considered a platform-level "middleware" feature.
19+
You can configure the [`assets.run_worker_first` setting](/workers/static-assets/binding/#run_worker_first) to control when your Worker script runs relative to static asset serving. This gives you more control over exactly how and when those assets are served and can be used to implement "middleware" for requests.
2020

2121
<Aside type="caution">
2222
If you are using [Smart Placement](/workers/configuration/smart-placement/) in

0 commit comments

Comments
 (0)