From 9a0e1ad3e9eb07d84157d0a196ab79da7dc8f43b Mon Sep 17 00:00:00 2001 From: Yu Urata <77177966+andyu17@users.noreply.github.com> Date: Wed, 5 Feb 2025 00:53:15 +0900 Subject: [PATCH] docs(ec2): fix typo (#33289) ### Issue # (if applicable) None ### Description of changes Fixed typo in code comment. ### 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* --- packages/aws-cdk-lib/aws-ec2/lib/client-vpn-endpoint.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/aws-cdk-lib/aws-ec2/lib/client-vpn-endpoint.ts b/packages/aws-cdk-lib/aws-ec2/lib/client-vpn-endpoint.ts index 9aa753c846d69..023cbd55a18f5 100644 --- a/packages/aws-cdk-lib/aws-ec2/lib/client-vpn-endpoint.ts +++ b/packages/aws-cdk-lib/aws-ec2/lib/client-vpn-endpoint.ts @@ -265,7 +265,7 @@ export interface ClientVpnEndpointAttributes { } /** - * A client VPN connnection + * A client VPN connection */ export class ClientVpnEndpoint extends Resource implements IClientVpnEndpoint { /**