Skip to content

Commit

Permalink
Fixed type in naming Traefik's EntryPoint as an Endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-alexandrov committed Nov 10, 2024
1 parent f932498 commit 4554ddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/upgrading/proxy-changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 4554ddf

Please sign in to comment.