From ca489adf9f13847f45b94545af17fb50232843f9 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 1b1e11b791..591b0dc949 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