Skip to content

Commit

Permalink
docs(ec2): fix typo in launch template (#28758)
Browse files Browse the repository at this point in the history
While working on a project in which we create a launch template using the aws-ec2 module, I encountered a typo in the docstring, in which the word "SSH" had been typed as "SSK". This pull request aims to replace the word "SSK" with "SSH".

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
  • Loading branch information
furkanakkurt authored Jan 19, 2024
1 parent 0cab968 commit b26e766
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/aws-cdk-lib/aws-ec2/lib/launch-template.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/
Expand Down

0 comments on commit b26e766

Please sign in to comment.