From 05f600150ed726aa05d87f84e4393ff2d2578fa2 Mon Sep 17 00:00:00 2001 From: Christoph Hartmann Date: Mon, 25 Sep 2023 10:10:41 +0200 Subject: [PATCH] synced with upstream; fixed typo --- internal/ingress/defaults/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/ingress/defaults/main.go b/internal/ingress/defaults/main.go index c04f7ffb7d..0288977e7f 100644 --- a/internal/ingress/defaults/main.go +++ b/internal/ingress/defaults/main.go @@ -34,7 +34,7 @@ type Backend struct { // toggles whether or not to remove trailing slashes during TLS redirects PreserveTrailingSlash bool `json:"preserve-trailing-slash"` - // allows usage of CustomHTTPErrors without intecepting service errors + // allows usage of CustomHTTPErrors without intercepting service errors // e.g. custom 404 and 503 when service-a does not exist or is not available // but service-a can return 404 and 503 error codes without intercept // http://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_intercept_errors