File tree 2 files changed +4
-4
lines changed
packages/aws-cdk-lib/aws-batch/lib
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ interface IEcsJobDefinition extends IJobDefinition {
16
16
readonly container : IEcsContainerDefinition ;
17
17
18
18
/**
19
- * Whether to propogate tags from the JobDefinition
19
+ * Whether to propagate tags from the JobDefinition
20
20
* to the ECS task that Batch spawns
21
21
*
22
22
* @default false
@@ -42,7 +42,7 @@ export interface EcsJobDefinitionProps extends JobDefinitionProps {
42
42
readonly container : IEcsContainerDefinition ;
43
43
44
44
/**
45
- * Whether to propogate tags from the JobDefinition
45
+ * Whether to propagate tags from the JobDefinition
46
46
* to the ECS task that Batch spawns
47
47
*
48
48
* @default false
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ interface IMultiNodeJobDefinition extends IJobDefinition {
42
42
readonly mainNode ?: number ;
43
43
44
44
/**
45
- * Whether to propogate tags from the JobDefinition
45
+ * Whether to propagate tags from the JobDefinition
46
46
* to the ECS task that Batch spawns
47
47
*
48
48
* @default false
@@ -109,7 +109,7 @@ export interface MultiNodeJobDefinitionProps extends JobDefinitionProps {
109
109
readonly mainNode ?: number ;
110
110
111
111
/**
112
- * Whether to propogate tags from the JobDefinition
112
+ * Whether to propagate tags from the JobDefinition
113
113
* to the ECS task that Batch spawns
114
114
*
115
115
* @default false
You can’t perform that action at this time.
0 commit comments