Skip to content

Commit

Permalink
docs(route53): fix typos (#32875)
Browse files Browse the repository at this point in the history
### 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*
  • Loading branch information
andyu17 authored Jan 13, 2025
1 parent 41ddd46 commit 8ff930a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/aws-cdk-lib/aws-route53/test/route53.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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();

Expand Down

0 comments on commit 8ff930a

Please sign in to comment.