From 4554ddfb8096176785556fd37c94a64266199e27 Mon Sep 17 00:00:00 2001 From: Igor Alexandrov Date: Sun, 10 Nov 2024 22:05:35 +0400 Subject: [PATCH] Fixed type in naming Traefik's EntryPoint as an Endpoint --- docs/upgrading/proxy-changes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/upgrading/proxy-changes.md b/docs/upgrading/proxy-changes.md index c7f69e2..da6e5b4 100644 --- a/docs/upgrading/proxy-changes.md +++ b/docs/upgrading/proxy-changes.md @@ -32,7 +32,7 @@ These use cases were unsupported and error-prone, though, and we wanted to provi ### Hard to understand errors -Traefik has its own domain language — Routers, Services, Endpoints. So if it failed, the errors would be in that language and disconnected from what Kamal was doing. This made it tricky to diagnose failures. +Traefik has its own domain language — Routers, Services, EntryPoints. So if it failed, the errors would be in that language and disconnected from what Kamal was doing. This made it tricky to diagnose failures. ### Other options