typo: configuraiton -> configuration

pull/47/head
Bryan Bishop 2014-04-17 15:18:16 -05:00
parent a7a51baf5c
commit 2319520f52
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ can register and deregister the services they provide, enabling dependent
applications and services to rapidly discover all providers. By using the
integrated health checking, Consul can route traffic away from unhealthy
nodes, allowing systems and services to gracefully recover. Static configuration
that may be provided by configuraiton management tools can be moved into the
that may be provided by configuration management tools can be moved into the
dynamic key/value store. This allows application configuration to be updated
without a slow convergence run. Lastly, because each datacenter runs indepedently,
supporting multiple datacenters is no different than a single datacenter.