Update gateway.md

Correction: A missing letter added in emove.
pull/43818/head
Rohan Kapse 2023-11-05 00:06:34 +05:30 committed by GitHub
parent 8e51e03da3
commit 21d51889ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@ In this example, the request flow for a Gateway implemented as a reverse proxy i
and attached HTTPRoute.
4. Optionally, the reverse proxy can perform request header and/or path matching based
on match rules of the HTTPRoute.
5. Optionally, the reverse proxy can modify the request; for example, to add or emove headers,
5. Optionally, the reverse proxy can modify the request; for example, to add or remove headers,
based on filter rules of the HTTPRoute.
6. Lastly, the reverse proxy forwards the request to one or more backends.