From 8242fc712ced139e43b8d71fc4ca273733de90a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20R=C3=BCth?= Date: Tue, 9 Jun 2020 14:14:58 +0200 Subject: [PATCH] Fix typo --- docs/user-guide/custom-errors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-guide/custom-errors.md b/docs/user-guide/custom-errors.md index 9f46b7395..05678f9e6 100644 --- a/docs/user-guide/custom-errors.md +++ b/docs/user-guide/custom-errors.md @@ -5,7 +5,7 @@ that it passes several HTTP headers down to its `default-backend` in case of err | 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-Original-URI` | URI that caused the error | | `X-Namespace` | Namespace where the backend Service is located |