From 7b28c46f6aee31019b08b97d58c85ed2e4fe9d62 Mon Sep 17 00:00:00 2001 From: uberj Date: Wed, 19 Nov 2014 09:43:56 -0800 Subject: [PATCH] fix typos --- docs/services.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/services.md b/docs/services.md index 788ef242c86..f882d22b0a9 100644 --- a/docs/services.md +++ b/docs/services.md @@ -69,8 +69,8 @@ variables will not be populated. This restriction will be removed once DNS for `services` is supported. A `service`, through its label selector, can resolve to 0 or more `endpoints`. -Over the life of a `services`, the set of `pods` which comprise that -`services` can +Over the life of a `service`, the set of `pods` which comprise that +`service` can grow, shrink, or turn over completely. Clients will only see issues if they are actively using a backend when that backend is removed from the `services` (and even then, open connections will persist for some protocols).