From 8bf5d667535912aed72ba626b040ab8224741269 Mon Sep 17 00:00:00 2001 From: andyu17 Date: Sat, 25 Jan 2025 15:42:11 +0900 Subject: [PATCH] docs(batch): fix typos --- packages/aws-cdk-lib/aws-batch/lib/ecs-job-definition.ts | 4 ++-- .../aws-cdk-lib/aws-batch/lib/multinode-job-definition.ts | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/aws-cdk-lib/aws-batch/lib/ecs-job-definition.ts b/packages/aws-cdk-lib/aws-batch/lib/ecs-job-definition.ts index f43aafbef86fb..2f895793f18b7 100644 --- a/packages/aws-cdk-lib/aws-batch/lib/ecs-job-definition.ts +++ b/packages/aws-cdk-lib/aws-batch/lib/ecs-job-definition.ts @@ -16,7 +16,7 @@ interface IEcsJobDefinition extends IJobDefinition { readonly container: IEcsContainerDefinition; /** - * Whether to propogate tags from the JobDefinition + * Whether to propagate tags from the JobDefinition * to the ECS task that Batch spawns * * @default false @@ -42,7 +42,7 @@ export interface EcsJobDefinitionProps extends JobDefinitionProps { readonly container: IEcsContainerDefinition; /** - * Whether to propogate tags from the JobDefinition + * Whether to propagate tags from the JobDefinition * to the ECS task that Batch spawns * * @default false diff --git a/packages/aws-cdk-lib/aws-batch/lib/multinode-job-definition.ts b/packages/aws-cdk-lib/aws-batch/lib/multinode-job-definition.ts index a103c8819f1fd..de5bf801440c6 100644 --- a/packages/aws-cdk-lib/aws-batch/lib/multinode-job-definition.ts +++ b/packages/aws-cdk-lib/aws-batch/lib/multinode-job-definition.ts @@ -42,7 +42,7 @@ interface IMultiNodeJobDefinition extends IJobDefinition { readonly mainNode?: number; /** - * Whether to propogate tags from the JobDefinition + * Whether to propagate tags from the JobDefinition * to the ECS task that Batch spawns * * @default false @@ -109,7 +109,7 @@ export interface MultiNodeJobDefinitionProps extends JobDefinitionProps { readonly mainNode?: number; /** - * Whether to propogate tags from the JobDefinition + * Whether to propagate tags from the JobDefinition * to the ECS task that Batch spawns * * @default false