From 08a13fcf6fca5d4a17c39d025720282bcdb1b183 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?A=C3=B0alsteinn=20R=C3=BAnarsson?= Date: Sat, 29 Aug 2020 12:20:25 +0000 Subject: [PATCH] Fix typo in ecs-intetration Fix typo. Closes #11307 --- engine/context/ecs-integration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/context/ecs-integration.md b/engine/context/ecs-integration.md index 3f4e26a1a7..27e2ea72df 100644 --- a/engine/context/ecs-integration.md +++ b/engine/context/ecs-integration.md @@ -200,7 +200,7 @@ configuration. AWS ECS uses a percent-based model to define the number of containers to be run or shut down during a rolling update. The ECS integration computes -rolling update configuration according to the `prallelism` and `replicas` +rolling update configuration according to the `parallelism` and `replicas` fields. However, you might prefer to directly configure a rolling update using the extension fields `x-aws-min_percent` and `x-aws-max_percent`. The former sets the minimum percent of containers to run for service, and the