From 7118363b206a81bbe47e0946d7d9137987ec4e9d Mon Sep 17 00:00:00 2001 From: Gyu-Ho Lee Date: Tue, 1 Dec 2015 08:38:37 -0800 Subject: [PATCH] Documentation: minor typo in proxy.md This fixes a minor typo in proxy.md. --- Documentation/proxy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/proxy.md b/Documentation/proxy.md index bdfc364c0..7a9450c9d 100644 --- a/Documentation/proxy.md +++ b/Documentation/proxy.md @@ -70,7 +70,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 participate in consensus. A proxy will not promote itself to an etcd member that participates 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 automatically in any case. If you want to promote a proxy to an etcd member, there are four steps you need to follow: