mirror of https://github.com/docker/docs.git
Fix typo in leadership/README.md
Signed-off-by: Ahmet Alp Balkan <ahmetalpbalkan@gmail.com>
This commit is contained in:
parent
174ea0c4d7
commit
00a2988d0d
|
@ -34,7 +34,7 @@ for isElected := range electedCh {
|
||||||
} else {
|
} else {
|
||||||
// We lost the election but are still running for leadership.
|
// We lost the election but are still running for leadership.
|
||||||
// `elected == false` is the default state and is the first event
|
// `elected == false` is the default state and is the first event
|
||||||
// we'll receive from the channel. After a successfull election,
|
// we'll receive from the channel. After a successful election,
|
||||||
// this event can get triggered if someone else steals the
|
// this event can get triggered if someone else steals the
|
||||||
// leadership or if we resign.
|
// leadership or if we resign.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue