From adf4189707bf90b62be302c76dee5757f8ea726b Mon Sep 17 00:00:00 2001 From: Victor Trac Date: Mon, 26 Oct 2015 15:10:20 -0500 Subject: [PATCH] Mote -> Note typo --- 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 387fd8b6a..b045a3aba 100644 --- a/website/source/docs/agent/basics.html.markdown +++ b/website/source/docs/agent/basics.html.markdown @@ -124,7 +124,7 @@ In the case of a network failure, some nodes may be unreachable by other nodes. In this case, unreachable nodes are marked as _failed_. It is impossible to distinguish between a network failure and an agent crash, so both cases are handled the same. Once a node is marked as failed, this information is updated in the service catalog. -Mote: there is some nuance here since this update is only possible if the servers can +Note: there is some nuance here since this update is only possible if the servers can still [form a quorum](/docs/internals/consensus.html). Once the network recovers or a crashed agent restarts the cluster will repair itself and unmark a node as failed. The health check in the catalog will also be updated to reflect