Skip to content

Commit 13db106

Browse files
committed
docs(route53): fix duplicate "that that" in JSDoc comments
Remove duplicate word "that" in JSDoc comments for KMS key descriptions in HostedZone and KeySigningKey.
1 parent 012cf32 commit 13db106

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/aws-cdk-lib/aws-route53/lib/hosted-zone.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ export interface HostedZoneProps extends CommonHostedZoneProps {
7070
*/
7171
export interface ZoneSigningOptions {
7272
/**
73-
* The customer-managed KMS key that that will be used to sign the records.
73+
* The customer-managed KMS key that will be used to sign the records.
7474
*
7575
* The KMS Key must be unique for each KSK within a hosted zone. Additionally, the
7676
* KMS key must be an asymetric customer-managed key using the ECC_NIST_P256 algorithm.

packages/aws-cdk-lib/aws-route53/lib/key-signing-key.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export interface KeySigningKeyProps {
1919
readonly hostedZone: IHostedZone;
2020

2121
/**
22-
* The customer-managed KMS key that that will be used to sign the records.
22+
* The customer-managed KMS key that will be used to sign the records.
2323
*
2424
* The KMS Key must be unique for each KSK within a hosted zone. Additionally, the
2525
* KMS key must be an asymetric customer-managed key using the ECC_NIST_P256 algorithm.

0 commit comments

Comments
 (0)