Skip to content

Commit

Permalink
docs(batch): fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
andyu17 committed Jan 25, 2025
1 parent 097caaa commit 8bf5d66
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/aws-cdk-lib/aws-batch/lib/ecs-job-definition.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 8bf5d66

Please sign in to comment.