Merge pull request #3937 from gyuho/proxy_typo

Documentation: minor typo in proxy.md
release-2.3
Jonathan Boulle 2015-12-01 09:55:36 -08:00
commit 99e80ef60f
1 changed files with 1 additions and 1 deletions

View File

@ -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: