From 8ecf4d1f6e3319c38541974347c816ef55a965b8 Mon Sep 17 00:00:00 2001 From: Ryan Breen Date: Thu, 15 Oct 2015 14:36:54 -0400 Subject: [PATCH] Update datacenters.html.markdown Fix GH-1305. --- website/source/docs/guides/datacenters.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/guides/datacenters.html.markdown b/website/source/docs/guides/datacenters.html.markdown index f6b17e7cef..e46c1ef8c2 100644 --- a/website/source/docs/guides/datacenters.html.markdown +++ b/website/source/docs/guides/datacenters.html.markdown @@ -15,7 +15,7 @@ failure of any datacenter does not impact the availability of Consul in other datacenters. This means each datacenter runs independently, each having a dedicated group of servers and a private LAN [gossip pool](/docs/internals/gossip.html). -To get started, follow the [bootstraping guide](/docs/guides/bootstrapping.html) to +To get started, follow the [bootstrapping guide](/docs/guides/bootstrapping.html) to start each datacenter. After bootstrapping, we should have two datacenters now which we can refer to as `dc1` and `dc2`. Note that datacenter names are opaque to Consul; they are simply labels that help human operators reason about the Consul clusters.