website: fixing typo

This commit is contained in:
Armon Dadgar 2014-02-19 17:05:57 -08:00
parent 5101cf88df
commit 30bc19f002
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ WAN gossip. Because the servers are all operating in this pool, it also enables
When a server receives a request for a different datacenter, it forwards it to a random server
in the correct datacenter. That server may then forward to the local leader.
This results in a very low coupling between datacenters, but because of a Serf failure detection,
This results in a very low coupling between datacenters, but because of failure detection,
connection caching and multiplexing, cross-dc requests are relatively fast and reliable.
## Getting in depth