From d9a853e9a3bcf8e6db842874e8cb374bafb1ec36 Mon Sep 17 00:00:00 2001 From: Zack Proser Date: Mon, 25 Sep 2017 14:15:46 -0700 Subject: [PATCH] Add missing 'a' on line 123. (#5616) --- docs/concepts/services-networking/service.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/concepts/services-networking/service.md b/docs/concepts/services-networking/service.md index a081ffd250..26370b483d 100644 --- a/docs/concepts/services-networking/service.md +++ b/docs/concepts/services-networking/service.md @@ -120,7 +120,7 @@ subsets: NOTE: Endpoint IPs may not be loopback (127.0.0.0/8), link-local (169.254.0.0/16), or link-local multicast (224.0.0.0/24). -Accessing a `Service` without a selector works the same as if it had selector. +Accessing a `Service` without a selector works the same as if it had a selector. The traffic will be routed to endpoints defined by the user (`1.2.3.4:9376` in this example).