Merge pull request #5682 from saraedum/patch-2

Fix typo
This commit is contained in:
Kubernetes Prow Robot 2020-06-09 06:29:18 -07:00 committed by GitHub
commit 928ea08570
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,7 @@ that it passes several HTTP headers down to its `default-backend` in case of err
| Header | Value | | Header | Value |
| ---------------- | ------------------------------------------------------------------- | | ---------------- | ------------------------------------------------------------------- |
| `X-Code` | HTTP status code retuned by the request | | `X-Code` | HTTP status code returned by the request |
| `X-Format` | Value of the `Accept` header sent by the client | | `X-Format` | Value of the `Accept` header sent by the client |
| `X-Original-URI` | URI that caused the error | | `X-Original-URI` | URI that caused the error |
| `X-Namespace` | Namespace where the backend Service is located | | `X-Namespace` | Namespace where the backend Service is located |