From 47844682833440b0c73e2c520afebe1cee2691c4 Mon Sep 17 00:00:00 2001 From: Prabodh Date: Wed, 23 Sep 2020 03:27:46 +0530 Subject: [PATCH] Update index.mdx (#8727) Fixed a gramatical mistake. --- website/pages/docs/architecture/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/pages/docs/architecture/index.mdx b/website/pages/docs/architecture/index.mdx index 34dff34b02..0d52a63714 100644 --- a/website/pages/docs/architecture/index.mdx +++ b/website/pages/docs/architecture/index.mdx @@ -32,7 +32,7 @@ class support for [multiple datacenters](https://learn.hashicorp.com/tutorials/c expects this to be the common case. Within each datacenter, we have a mixture of clients and servers. It is expected -that there be between three to five servers. This strikes a balance between +that there will be between three to five servers. This strikes a balance between availability in the case of failure and performance, as consensus gets progressively slower as more machines are added. However, there is no limit to the number of clients, and they can easily scale into the thousands or tens of thousands.