File tree 2 files changed +4
-4
lines changed
packages/@aws-cdk/aws-ec2-alpha
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -329,7 +329,7 @@ export class VPNGatewayV2 extends Resource implements IRouteTarget {
329
329
private readonly _attachment : CfnVPCGatewayAttachment ;
330
330
331
331
/**
332
- * The VPN Gateway Route Propogation
332
+ * The VPN Gateway Route Propagation
333
333
*/
334
334
private readonly _routePropagation : CfnVPNGatewayRoutePropagation ;
335
335
@@ -696,7 +696,7 @@ export class Route extends Resource implements IRouteV2 {
696
696
public readonly routeTable : IRouteTable ;
697
697
698
698
/**
699
- * The type of router the route is targetting
699
+ * The type of router the route is targeting
700
700
*/
701
701
public readonly targetRouterType : RouterType ;
702
702
Original file line number Diff line number Diff line change @@ -365,7 +365,7 @@ describe('Vpc V2 with full control', () => {
365
365
} ) ;
366
366
} ) ;
367
367
368
- test ( 'Check vpngateway has routePropogation for input subnets' , ( ) => {
368
+ test ( 'Check vpngateway has route Propagation for input subnets' , ( ) => {
369
369
myVpc . enableVpnGatewayV2 ( {
370
370
type : VpnConnectionType . IPSEC_1 ,
371
371
vpnRoutePropagation : [ { subnetType : SubnetType . PUBLIC } ] ,
@@ -382,7 +382,7 @@ describe('Vpc V2 with full control', () => {
382
382
} ) ;
383
383
} ) ;
384
384
385
- test ( 'Throws error when no subnet identified for route propogation ' , ( ) => {
385
+ test ( 'Throws error when no subnet identified for route propagation ' , ( ) => {
386
386
expect ( ( ) => {
387
387
myVpc . enableVpnGatewayV2 ( {
388
388
type : VpnConnectionType . IPSEC_1 ,
You can’t perform that action at this time.
0 commit comments