From 90249629c3428a726d71035806a90f59d346be3a Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 17 Jun 2014 09:41:59 -0700 Subject: [PATCH] Update leader-election.html.markdown --- website/source/docs/guides/leader-election.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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