From bd47ccb89935dbf95c8823d7b800f6d8f5a655b9 Mon Sep 17 00:00:00 2001 From: Alexey Novikov Date: Wed, 20 Jan 2021 12:23:30 +0100 Subject: [PATCH] docs(elasticcontainerservice): typo in docstring --- packages/@aws-cdk/aws-ecs/lib/ec2/ec2-service.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/@aws-cdk/aws-ecs/lib/ec2/ec2-service.ts b/packages/@aws-cdk/aws-ecs/lib/ec2/ec2-service.ts index aa2dd8adbdc43..a119e445e6571 100644 --- a/packages/@aws-cdk/aws-ecs/lib/ec2/ec2-service.ts +++ b/packages/@aws-cdk/aws-ecs/lib/ec2/ec2-service.ts @@ -250,7 +250,7 @@ export class Ec2Service extends BaseService implements IEc2Service { } /** - * Adds one or more placement strategies to use for tasks in the service. For more information, see + * Adds one or more placement contstraints to use for tasks in the service. For more information, see * [Amazon ECS Task Placement Constraints](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-placement-constraints.html). */ public addPlacementConstraints(...constraints: PlacementConstraint[]) {