Skip to content

Commit af3ecd4

Browse files
authored
Fix typo in Gateway API page (#43819)
* fix typo * Revert "fix typo" This reverts commit 3f971ba. * fix typo
1 parent aef3a53 commit af3ecd4

File tree

1 file changed

+1
-1
lines changed
  • content/en/docs/concepts/services-networking

1 file changed

+1
-1
lines changed

content/en/docs/concepts/services-networking/gateway.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ In this example, the request flow for a Gateway implemented as a reverse proxy i
166166
and attached HTTPRoute.
167167
4. Optionally, the reverse proxy can perform request header and/or path matching based
168168
on match rules of the HTTPRoute.
169-
5. Optionally, the reverse proxy can modify the request; for example, to add or emove headers,
169+
5. Optionally, the reverse proxy can modify the request; for example, to add or remove headers,
170170
based on filter rules of the HTTPRoute.
171171
6. Lastly, the reverse proxy forwards the request to one or more backends.
172172

0 commit comments

Comments
 (0)