From 9a597d2351f16bbf2f9b83d8d91f6b806fcf4292 Mon Sep 17 00:00:00 2001 From: Ryan Breen Date: Fri, 30 Jan 2015 14:49:58 -0500 Subject: [PATCH] Make capitalization of agent more consistent. --- website/source/docs/agent/basics.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/agent/basics.html.markdown b/website/source/docs/agent/basics.html.markdown index 6455140b77..3aff65da99 100644 --- a/website/source/docs/agent/basics.html.markdown +++ b/website/source/docs/agent/basics.html.markdown @@ -12,7 +12,7 @@ The Consul agent is the core process of Consul. The agent maintains membership information, registers services, runs checks, responds to queries, and more. The agent must run on every node that is part of a Consul cluster. -Any Agent may run in one of two modes: client or server. A server +Any agent may run in one of two modes: client or server. A server node takes on the additional responsibility of being part of the [consensus quorum](#). These nodes take part in Raft and provide strong consistency and availability in the case of failure. The higher burden on the server nodes means that usually they