Skip to content

Commit ca71980

Browse files
authored
docs(ec2): fix typo from Amazon Linux 2022 to Amazon Linux 2023 (#28033)
Document for AmazonLinux2023ImageSsmParameter has typo `amazon linux 2022`. https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_ec2.AmazonLinux2023ImageSsmParameter.html > Generates a SSM Parameter name for a specific amazon linux 2022 AMI. It seems to be code clone from AmazonLinux2022ImageSsmParameter. https://github.com/aws/aws-cdk/blob/2f26f78abec3ca313b18026e58eb24698baaa1f9/packages/aws-cdk-lib/aws-ec2/lib/machine-image/amazon-linux-2022.ts#L56 ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent c00b974 commit ca71980

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/aws-cdk-lib/aws-ec2/lib/machine-image/amazon-linux-2023.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export interface AmazonLinux2023ImageSsmParameterProps extends AmazonLinuxImageS
5252
*/
5353
export class AmazonLinux2023ImageSsmParameter extends AmazonLinuxImageSsmParameterBase {
5454
/**
55-
* Generates a SSM Parameter name for a specific amazon linux 2022 AMI
55+
* Generates a SSM Parameter name for a specific amazon linux 2023 AMI
5656
*
5757
* Example values:
5858
*

0 commit comments

Comments
 (0)