Skip to content

Commit 543f8da

Browse files
committed
fix typoes in the code comments
1 parent d15a811 commit 543f8da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cdk_stacks/vpc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class VpcStack(Stack):
1515
def __init__(self, scope: Construct, construct_id: str, **kwargs) -> None:
1616
super().__init__(scope, construct_id, **kwargs)
1717

18-
#XXX: For createing Amazon MWAA in the existing VPC,
18+
#XXX: For creating the CDK Stacks in the existing VPC,
1919
# remove comments from the below codes and
2020
# comments out vpc = aws_ec2.Vpc(..) codes,
2121
# then pass -c vpc_name=your-existing-vpc to cdk command

0 commit comments

Comments
 (0)