Skip to content

Commit 8ff930a

Browse files
authored
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*
1 parent 41ddd46 commit 8ff930a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/aws-cdk-lib/aws-route53/test/route53.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ describe('route53', () => {
157157
});
158158
});
159159

160-
test('public hosted zone wiht caaAmazon set to true', () => {
160+
test('public hosted zone with caaAmazon set to true', () => {
161161
// GIVEN
162162
const stack = new cdk.Stack();
163163

0 commit comments

Comments
 (0)