From 54891aef04355b28a779c44b3f2ed2605ed2a05e Mon Sep 17 00:00:00 2001 From: Denis Andrejew Date: Tue, 11 Oct 2016 18:25:12 +0200 Subject: [PATCH] fix typo in ingress/controllers/README.md --- controllers/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/README.md b/controllers/README.md index 198e50f17..fea9b3297 100644 --- a/controllers/README.md +++ b/controllers/README.md @@ -130,6 +130,6 @@ This section can also bear the title "why anyone would want to write an Ingress * L4 and L7 loadbalancing (it currently only supports HTTP rules) * Ingress Rules that are not limited to a simple path regex (eg: redirect rules, session persistence) -And is expected to be the way one configures a "frontends" that handle user traffic for a Kubernetes cluster. +And is expected to be the way one configures "frontends" that handle user traffic for a Kubernetes cluster.