Skip to content

Commit 01be69f

Browse files
authored
docs(batch): fix typos (#33166)
### Issue # (if applicable) None ### Reason for this change Fixed typos in code comments. ### Checklist - [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md) ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent ac9ce88 commit 01be69f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

packages/aws-cdk-lib/aws-batch/lib/ecs-job-definition.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ interface IEcsJobDefinition extends IJobDefinition {
1616
readonly container: IEcsContainerDefinition;
1717

1818
/**
19-
* Whether to propogate tags from the JobDefinition
19+
* Whether to propagate tags from the JobDefinition
2020
* to the ECS task that Batch spawns
2121
*
2222
* @default false
@@ -42,7 +42,7 @@ export interface EcsJobDefinitionProps extends JobDefinitionProps {
4242
readonly container: IEcsContainerDefinition;
4343

4444
/**
45-
* Whether to propogate tags from the JobDefinition
45+
* Whether to propagate tags from the JobDefinition
4646
* to the ECS task that Batch spawns
4747
*
4848
* @default false

packages/aws-cdk-lib/aws-batch/lib/multinode-job-definition.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ interface IMultiNodeJobDefinition extends IJobDefinition {
4242
readonly mainNode?: number;
4343

4444
/**
45-
* Whether to propogate tags from the JobDefinition
45+
* Whether to propagate tags from the JobDefinition
4646
* to the ECS task that Batch spawns
4747
*
4848
* @default false
@@ -109,7 +109,7 @@ export interface MultiNodeJobDefinitionProps extends JobDefinitionProps {
109109
readonly mainNode?: number;
110110

111111
/**
112-
* Whether to propogate tags from the JobDefinition
112+
* Whether to propagate tags from the JobDefinition
113113
* to the ECS task that Batch spawns
114114
*
115115
* @default false

0 commit comments

Comments
 (0)