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`.