diff --git a/packages/aws-cdk-lib/aws-ecs-patterns/lib/base/scheduled-task-base.ts b/packages/aws-cdk-lib/aws-ecs-patterns/lib/base/scheduled-task-base.ts index be59f83ec76c5..242465091848e 100644 --- a/packages/aws-cdk-lib/aws-ecs-patterns/lib/base/scheduled-task-base.ts +++ b/packages/aws-cdk-lib/aws-ecs-patterns/lib/base/scheduled-task-base.ts @@ -112,7 +112,7 @@ export interface ScheduledTaskImageProps { readonly logDriver?: LogDriver; /** - * The amount (in GiB) of ephemeral storage to be allocated to the task. The maximum supported value is200 GiB. + * The amount (in GiB) of ephemeral storage to be allocated to the task. The maximum supported value is 200GiB. * * NOTE: This parameter is only supported for tasks hosted on AWS Fargate using platform version 1.4.0 or later. *