Skip to content

Commit 9910f77

Browse files
authored
docs(certificatemanager): Fix typo 'ExampelNet' -> 'ExampleNet' (#13319)
Fixing a small typo in the aws-certificatemanager README. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent 40295d2 commit 9910f77

File tree

1 file changed

+1
-1
lines changed
  • packages/@aws-cdk/aws-certificatemanager

1 file changed

+1
-1
lines changed

packages/@aws-cdk/aws-certificatemanager/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ When working with multiple domains, use the `CertificateValidation.fromDnsMultiZ
6868
const exampleCom = new route53.HostedZone(this, 'ExampleCom', {
6969
zoneName: 'example.com',
7070
});
71-
const exampleNet = new route53.HostedZone(this, 'ExampelNet', {
71+
const exampleNet = new route53.HostedZone(this, 'ExampleNet', {
7272
zoneName: 'example.net',
7373
});
7474

0 commit comments

Comments
 (0)