Skip to content

Commit

Permalink
docs(aws-ecs): typo in docstring (#12672)
Browse files Browse the repository at this point in the history
Corrects a typo in #12621 

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
  • Loading branch information
Chriscbr committed Feb 26, 2021
1 parent 266a621 commit 34897c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-ecs/lib/ec2/ec2-service.ts
Expand Up @@ -249,7 +249,7 @@ export class Ec2Service extends BaseService implements IEc2Service {
}

/**
* Adds one or more placement contstraints to use for tasks in the service. For more information, see
* Adds one or more placement constraints 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[]) {
Expand Down

0 comments on commit 34897c1

Please sign in to comment.