Skip to content

Commit

Permalink
Fixed spelling typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mikesir87 authored and traefiker committed May 6, 2019
1 parent 5a173fa commit c9261d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/routing/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ If they do, the router might transform the request using pieces of [middleware](
## Clear Responsibilities

- [_Providers_](../providers/overview.md) discover the services that live on your infrastructure (their IP, health, ...)
- [_Entrypoints_](./entrypoints.md) listen for incomming traffic (ports, ...)
- [_Entrypoints_](./entrypoints.md) listen for incoming traffic (ports, ...)
- [_Routers_](./routers/index.md) analyse the requests (host, path, headers, SSL, ...)
- [_Services_](./services/index.md) forward the request to your services (load balancing, ...)
- [_Middlewares_](../middlewares/overview.md) may update the request or make decisions based on the request (authentication, rate limiting, headers, ...)
Expand Down

0 comments on commit c9261d7

Please sign in to comment.