Skip to content

Commit

Permalink
docs(ec2): fix typo (#33289)
Browse files Browse the repository at this point in the history
### 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*
  • Loading branch information
andyu17 authored Feb 4, 2025
1 parent d82ca88 commit 9a0e1ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/aws-cdk-lib/aws-ec2/lib/client-vpn-endpoint.ts
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ export interface ClientVpnEndpointAttributes {
}

/**
* A client VPN connnection
* A client VPN connection
*/
export class ClientVpnEndpoint extends Resource implements IClientVpnEndpoint {
/**
Expand Down

0 comments on commit 9a0e1ad

Please sign in to comment.