From 9fb32a47ca4db37c3608bb6484d1cef4395b45f8 Mon Sep 17 00:00:00 2001 From: Ivor Scott Date: Thu, 19 Nov 2020 10:04:04 +0100 Subject: [PATCH] Fix grammar in kubernetes ingress controller documentation --- docs/content/providers/kubernetes-ingress.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/providers/kubernetes-ingress.md b/docs/content/providers/kubernetes-ingress.md index 873ea5145..c2e1d5346 100644 --- a/docs/content/providers/kubernetes-ingress.md +++ b/docs/content/providers/kubernetes-ingress.md @@ -4,7 +4,7 @@ The Kubernetes Ingress Controller. {: .subtitle } The Traefik Kubernetes Ingress provider is a Kubernetes Ingress controller; that is to say, -it manages access to a cluster services by supporting the [Ingress](https://kubernetes.io/docs/concepts/services-networking/ingress/) specification. +it manages access to cluster services by supporting the [Ingress](https://kubernetes.io/docs/concepts/services-networking/ingress/) specification. ## Routing Configuration