From 294f03f85fd057ec0e13af42550605ce9aeafe52 Mon Sep 17 00:00:00 2001 From: Gyu-Ho Lee Date: Thu, 29 Oct 2015 20:30:50 -0700 Subject: [PATCH] Documentation: fix typo in proxy.md This fixes some typos in proxy.md. Thanks, --- Documentation/proxy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/proxy.md b/Documentation/proxy.md index 1552b39a9..95080b690 100644 --- a/Documentation/proxy.md +++ b/Documentation/proxy.md @@ -41,7 +41,7 @@ If you bootstrap a etcd cluster using [discovery service][discovery-service] wit ## Promote a proxy to a member of etcd cluster -A Proxy is in the part of etcd cluster that does not participant in consensus. A proxy will not promote itself to an etcd member that participants in consensus automtically in any case. +A Proxy is in the part of etcd cluster that does not participate in consensus. A proxy will not promote itself to an etcd member that participates in consensus automtically in any case. If you want to promote a proxy to an etcd member, there are four steps you need to follow: