mirror of https://github.com/docker/docs.git
Fix small typo in leadership/README.md
Signed-off-by: Ben Parnell <benjaminparnell.94@gmail.com>
This commit is contained in:
parent
c1934925fe
commit
c744a9b600
|
@ -20,7 +20,7 @@ underwood := leadership.NewCandidate(client, "service/swarm/leader", "underwood"
|
|||
underwood.RunForElection()
|
||||
|
||||
electedCh := underwood.ElectedCh()
|
||||
for isElected := range rlectedCh {
|
||||
for isElected := range electedCh {
|
||||
// This loop will run every time there is a change in our leadership
|
||||
// status.
|
||||
|
||||
|
|
Loading…
Reference in New Issue