From 754159b60f2e3a72941468a22d1789d8c2572a1e Mon Sep 17 00:00:00 2001 From: darron froese Date: Mon, 31 Mar 2014 15:45:23 -0600 Subject: [PATCH] Update cluster-discovery.md --- Documentation/cluster-discovery.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/cluster-discovery.md b/Documentation/cluster-discovery.md index 37b545b64..c347e1769 100644 --- a/Documentation/cluster-discovery.md +++ b/Documentation/cluster-discovery.md @@ -6,7 +6,7 @@ Starting an etcd cluster can be painful since each node needs to know of another Peer discovery for etcd is processed by `-discovery`, `-peers` and lastly log data in `-data-dir`. For more information see the [discovery design][discovery-design]. -Please note - at least 3 nodes are required for cluster durability. +Please note - at least 3 nodes are required for cluster availability. ## Using discovery.etcd.io