Skip to content

Commit

Permalink
chore(ecs): typo in ec2-service.ts (#29030)
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
DaxServer authored and TheRealAmazonKendra committed Feb 9, 2024
1 parent c759895 commit b04bf3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/aws-cdk-lib/aws-ecs/lib/ec2/ec2-service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export interface Ec2ServiceProps extends BaseServiceOptions {
* Specifies whether the service will use the daemon scheduling strategy.
* If true, the service scheduler deploys exactly one task on each container instance in your cluster.
*
* When you are using this strategy, do not specify a desired number of tasks orany task placement strategies.
* When you are using this strategy, do not specify a desired number of tasks or any task placement strategies.
*
* @default false
*/
Expand Down

0 comments on commit b04bf3f

Please sign in to comment.