From 2df50b3f86e8aa0821f556c33700cf07c71cabc0 Mon Sep 17 00:00:00 2001 From: Christian Romney Date: Fri, 30 May 2014 13:10:24 -0400 Subject: [PATCH] Fixed spelling of 'service' --- 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 6a2a1fc7d5..87e032adfb 100644 --- a/website/source/docs/guides/leader-election.html.markdown +++ b/website/source/docs/guides/leader-election.html.markdown @@ -59,7 +59,7 @@ releasing the lock: ## Discovering a Leader The second flow is for nodes who are attempting to discover the leader -for a given servie. All nodes that are participating should agree on the key +for a given service. All nodes that are participating should agree on the key being used to coordinate, including the contendors. This key will be referred to as just `key`.