From 335bf7027e2413acb1e07ea75a19c455cc2e1cab Mon Sep 17 00:00:00 2001 From: Paul Roth Date: Wed, 10 Apr 2019 03:48:12 -0400 Subject: [PATCH] the sentence does not make sense (#12673) I've attempted to have it make more sense by removing the word 'is'. Optionally, depending on the intended meaning, the sentence could read differently by leaving the word 'is' alone and changing the word 'through' to 'though'. --- content/en/docs/concepts/services-networking/ingress.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/services-networking/ingress.md b/content/en/docs/concepts/services-networking/ingress.md index 19683544fe..a47d73732b 100644 --- a/content/en/docs/concepts/services-networking/ingress.md +++ b/content/en/docs/concepts/services-networking/ingress.md @@ -106,7 +106,7 @@ for directing HTTP traffic. Each http rule contains the following information: * An optional host. In this example, no host is specified, so the rule applies to all inbound - HTTP traffic through the IP address is specified. If a host is provided (for example, + HTTP traffic through the IP address specified. If a host is provided (for example, foo.bar.com), the rules apply to that host. * a list of paths (for example, /testpath), each of which has an associated backend defined with a `serviceName` and `servicePort`. Both the host and path must match the content of an incoming request before the