Make capitalization of agent more consistent.

This commit is contained in:
Ryan Breen 2015-01-30 14:49:58 -05:00
parent 4a8305e022
commit 9a597d2351
1 changed files with 1 additions and 1 deletions

View File

@ -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