[Workers, Pages] Add missing word (#27493)

This commit is contained in:
Dario Piotrowicz 2026-01-08 12:41:10 +00:00 committed by GitHub
parent f3c7d1dc4b
commit cee9a4313e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -113,7 +113,7 @@ The matched value can be used in the redirect location with `:splat`.
Proxying will only support relative URLs on your site. You cannot proxy external domains.
Only the first redirect in your will apply. For example, in the following example, a request to `/a` will render `/b`, and a request to `/b` will render `/c`, but `/a` will not render `/c`.
Only the first redirect in your file will apply. For example, in the following example, a request to `/a` will render `/b`, and a request to `/b` will render `/c`, but `/a` will not render `/c`.
```
/a /b 200