From 8ff930a1266979bdce4416c3f1b6547045c5e2c3 Mon Sep 17 00:00:00 2001 From: yu <77177966+andyu17@users.noreply.github.com> Date: Tue, 14 Jan 2025 08:17:30 +0900 Subject: [PATCH] docs(route53): fix typos (#32875) ### Issue # (if applicable) None ### Reason for this change Fixed typos in code comments. ### 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* --- packages/aws-cdk-lib/aws-route53/test/route53.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/aws-cdk-lib/aws-route53/test/route53.test.ts b/packages/aws-cdk-lib/aws-route53/test/route53.test.ts index 8e72d0cc79086..44015acb1d498 100644 --- a/packages/aws-cdk-lib/aws-route53/test/route53.test.ts +++ b/packages/aws-cdk-lib/aws-route53/test/route53.test.ts @@ -157,7 +157,7 @@ describe('route53', () => { }); }); - test('public hosted zone wiht caaAmazon set to true', () => { + test('public hosted zone with caaAmazon set to true', () => { // GIVEN const stack = new cdk.Stack();