Skip to content

Commit

Permalink
docs(certificatemanager): Fix typo 'ExampelNet' -> 'ExampleNet' (#13319)
Browse files Browse the repository at this point in the history
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*
  • Loading branch information
nicolaifsf authored Mar 9, 2021
1 parent 40295d2 commit 9910f77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-certificatemanager/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ When working with multiple domains, use the `CertificateValidation.fromDnsMultiZ
const exampleCom = new route53.HostedZone(this, 'ExampleCom', {
zoneName: 'example.com',
});
const exampleNet = new route53.HostedZone(this, 'ExampelNet', {
const exampleNet = new route53.HostedZone(this, 'ExampleNet', {
zoneName: 'example.net',
});

Expand Down

0 comments on commit 9910f77

Please sign in to comment.