From 3d5f236384104f9f7d549df741cb72b18a129030 Mon Sep 17 00:00:00 2001 From: Charlie O'Keefe Date: Fri, 9 Oct 2015 08:29:33 -0600 Subject: [PATCH] side affect -> side effect --- website/source/intro/vs/ecs.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/intro/vs/ecs.html.md b/website/source/intro/vs/ecs.html.md index 3f0568ca404..7a47bb9f4b6 100644 --- a/website/source/intro/vs/ecs.html.md +++ b/website/source/intro/vs/ecs.html.md @@ -19,7 +19,7 @@ Nomad is completely open source, including both the client and server components. By contrast, only the agent code for ECS is open and the servers are closed sourced and managed by Amazon. -As a side affect of the ECS servers being managed by AWS, it is not possible +As a side effect of the ECS servers being managed by AWS, it is not possible to use ECS outside of AWS. Nomad is agnostic to the environment it is run, supporting public and private clouds, as well as bare metal datacenters. Clusters in Nomad can span multiple datacenters and regions, meaning