diff --git a/website/source/docs/guides/leader-election.html.markdown b/website/source/docs/guides/leader-election.html.markdown index 1b1e11b79..591b0dc94 100644 --- a/website/source/docs/guides/leader-election.html.markdown +++ b/website/source/docs/guides/leader-election.html.markdown @@ -23,7 +23,7 @@ key being used to coordinate. A good choice is simply: service//leader -We will refer to this as just `key` for simplify. +We will refer to this as just `key` for simplicity. The first step is to create a session. This is done using the /v1/session/create endpoint. The session by default makes use of only the gossip failure detector. Additional checks