Update index.mdx (#8727)

Fixed a gramatical mistake.
This commit is contained in:
Prabodh 2020-09-23 03:27:46 +05:30 committed by Mike Morris
parent 4deada9e1e
commit 4784468283
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ class support for [multiple datacenters](https://learn.hashicorp.com/tutorials/c
expects this to be the common case. expects this to be the common case.
Within each datacenter, we have a mixture of clients and servers. It is expected 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 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, 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. and they can easily scale into the thousands or tens of thousands.