mirror of https://github.com/docker/docs.git
Merge pull request #880 from benjaminparnell/patch-1
Fix small typo in leadership/README.md
This commit is contained in:
commit
e74e269bf1
|
@ -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