diff --git a/packages/aws-cdk-lib/aws-ec2/lib/launch-template.ts b/packages/aws-cdk-lib/aws-ec2/lib/launch-template.ts index a245ea35fee2c..04ec805533bd9 100644 --- a/packages/aws-cdk-lib/aws-ec2/lib/launch-template.ts +++ b/packages/aws-cdk-lib/aws-ec2/lib/launch-template.ts @@ -338,7 +338,7 @@ export interface LaunchTemplateProps { readonly keyName?: string; /** - * The SSK keypair to grant access to the instance. + * The SSH keypair to grant access to the instance. * * @default - No SSH access will be possible. */