Skip to content

Commit

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

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
  • Loading branch information
ppbdrinker committed Jan 21, 2021
1 parent d86a150 commit 8fe32b4
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
Original file line number Diff line number Diff line change
Expand Up @@ -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[]) {
Expand Down

0 comments on commit 8fe32b4

Please sign in to comment.