From f9c3e48d48e59e5033ae410b2b6a1f99f226ef81 Mon Sep 17 00:00:00 2001
From: "xialong.lee" <li.xialong@zte.com.cn>
Date: Wed, 7 Dec 2016 16:29:27 +0800
Subject: [PATCH] fix style

---
 docs/user-guide/services/index.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/user-guide/services/index.md b/docs/user-guide/services/index.md
index e9b0660d39..cad2b22328 100644
--- a/docs/user-guide/services/index.md
+++ b/docs/user-guide/services/index.md
@@ -176,7 +176,7 @@ its pods, add appropriate selectors or endpoints and change the service `type`.
 ## Virtual IPs and service proxies
 
 Every node in a Kubernetes cluster runs a `kube-proxy`.  `kube-proxy` is
-responsible for implementing a form of virtual IP for `Service`s of type other
+responsible for implementing a form of virtual IP for `Services` of type other
 than `ExternalName`.
 In Kubernetes v1.0 the proxy was purely in userspace.  In Kubernetes v1.1 an
 iptables proxy was added, but was not the default operating mode.  Since