Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mazyu36 committed May 13, 2024
1 parent 6701397 commit 162dda7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/aws-cdk-lib/aws-ec2/test/vpc-endpoint.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -956,7 +956,7 @@ describe('vpc endpoint', () => {
});
});

test('vpc interface endpoint does\'nt support private dns enabled', () => {
test('vpc interface endpoint does not support private dns enabled', () => {
//GIVEN
const stack = new Stack(undefined, 'TestStack');
const vpc = new Vpc(stack, 'VPC');
Expand Down

0 comments on commit 162dda7

Please sign in to comment.