Skip to content

Commit a4284b9

Browse files
thomasgauvinkodster28
authored andcommitted
Update routing.mdx (#19393)
1 parent 11d0c45 commit a4284b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ In this example, request to `example.com/blog` serves the `blog.html` file.
3333

3434
If a Worker is configured, and there are no assets that match the current route requested, the Worker will be invoked. The Worker can then "fall back" to `not_found_handling` asset behavior, by passing the incoming request through to the [asset binding](/workers/static-assets/binding/#runtime-api-reference).
3535

36-
In this example, request to `example.com/api` doesn't match a static asset so the Worker is invoked.
36+
In this example, a request to `example.com/api` doesn't match a static asset so the Worker is invoked.
3737

3838
![A request to `example.com/blog` runs the Worker.](~/assets/images/workers/platform/assets/workers-assets-invoke-worker.png)
3939

0 commit comments

Comments
 (0)