From 288fa5c21f990ca4572128fdc8617267cb2bd75a Mon Sep 17 00:00:00 2001 From: Tom Clegg Date: Sun, 5 Feb 2017 12:12:15 -0800 Subject: [PATCH] fix typo --- website/source/docs/agent/index.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/agent/index.html.md b/website/source/docs/agent/index.html.md index 3e2d77c88..def7adaf2 100644 --- a/website/source/docs/agent/index.html.md +++ b/website/source/docs/agent/index.html.md @@ -116,7 +116,7 @@ DNS for resolution. Using [Consul](https://www.consul.io) provides a way to avoi coding addresses and resolving them on demand. While a client is running, it is performing heartbeating with servers to -maintain liveness. If the hearbeats fail, the servers assume the client node +maintain liveness. If the heartbeats fail, the servers assume the client node has failed, and stop assigning new tasks while migrating existing tasks. It is impossible to distinguish between a network failure and an agent crash, so both cases are handled the same. Once the network recovers or a crashed agent