Fix typo in ecs-intetration

Fix typo.

Closes #11307
This commit is contained in:
Aðalsteinn Rúnarsson 2020-08-29 12:20:25 +00:00 committed by GitHub
parent 270087d9ad
commit 08a13fcf6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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