From 66475f98b9f2eebe78977e94e92384252911d95e Mon Sep 17 00:00:00 2001
From: Rui Cao <ruicao@alauda.io>
Date: Thu, 20 Sep 2018 16:27:16 +0800
Subject: [PATCH] Fix some typos

Signed-off-by: Rui Cao <ruicao@alauda.io>
---
 docs/ha-mode.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/ha-mode.md b/docs/ha-mode.md
index 619636633..e70f99f92 100644
--- a/docs/ha-mode.md
+++ b/docs/ha-mode.md
@@ -5,7 +5,7 @@ The following components require a highly available endpoints:
 * etcd cluster,
 * kube-apiserver service instances.
 
-The latter relies on a 3rd side reverse proxies, like Nginx or HAProxy, to
+The latter relies on a 3rd side reverse proxy, like Nginx or HAProxy, to
 achieve the same goal.
 
 Etcd
@@ -103,7 +103,7 @@ loadbalancer_apiserver:
   so you will need to use a different port for the vip from that the API is
   listening on, or set the `kube_apiserver_bind_address` so that the API only
   listens on a specific interface (to avoid conflict with haproxy binding the
-  port on the VIP adddress)
+  port on the VIP address)
 
 This domain name, or default "lb-apiserver.kubernetes.local", will be inserted
 into the `/etc/hosts` file of all servers in the `k8s-cluster` group and wired
-- 
GitLab