From 558452a143cc0e02d49c243661bb43116810df63 Mon Sep 17 00:00:00 2001 From: Michael Irwin Date: Mon, 6 May 2019 11:44:04 -0400 Subject: [PATCH] Fixed spelling typo --- docs/content/routing/overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/routing/overview.md b/docs/content/routing/overview.md index 8c165c239..771db0383 100644 --- a/docs/content/routing/overview.md +++ b/docs/content/routing/overview.md @@ -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, ...)