From 2319520f52df2c16469b384b3619ab0545ed4b60 Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Thu, 17 Apr 2014 15:18:16 -0500 Subject: [PATCH] typo: configuraiton -> configuration --- website/source/intro/vs/chef-puppet.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/intro/vs/chef-puppet.html.markdown b/website/source/intro/vs/chef-puppet.html.markdown index dca6b7bb54..0b59d15d7c 100644 --- a/website/source/intro/vs/chef-puppet.html.markdown +++ b/website/source/intro/vs/chef-puppet.html.markdown @@ -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.