From 04b7443dd4a969a5eda21370cf6ee54df2f722e3 Mon Sep 17 00:00:00 2001 From: Charlie O'Keefe Date: Sat, 10 Oct 2015 14:51:43 -0600 Subject: [PATCH] rewording suggestion MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit have it elect as a leader -> have it elected as a leader Not completely sure if this is correct (maybe “have it elect itself as a leader” is better?) --- website/source/intro/getting-started/cluster.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/intro/getting-started/cluster.html.md b/website/source/intro/getting-started/cluster.html.md index 743b782bc..0aa63f171 100644 --- a/website/source/intro/getting-started/cluster.html.md +++ b/website/source/intro/getting-started/cluster.html.md @@ -37,7 +37,7 @@ server { This is a fairly minimal server configuration file, but it is enough to start an agent in server only mode and have it -elect as a leader. The major change that should be made for +elected as a leader. The major change that should be made for production is to run more than one server, and to change the corresponding `bootstrap_expect` value.