Skip to content

Commit 9a0e1ad

Browse files
authored
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*
1 parent d82ca88 commit 9a0e1ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/aws-cdk-lib/aws-ec2/lib/client-vpn-endpoint.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ export interface ClientVpnEndpointAttributes {
265265
}
266266

267267
/**
268-
* A client VPN connnection
268+
* A client VPN connection
269269
*/
270270
export class ClientVpnEndpoint extends Resource implements IClientVpnEndpoint {
271271
/**

0 commit comments

Comments
 (0)