Skip to content

Commit

Permalink
chore(certificatemanager): update README.md (#12408)
Browse files Browse the repository at this point in the history
typo


----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
  • Loading branch information
proxy-hatch committed Mar 3, 2021
1 parent cbcc712 commit e244c5d
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 @@ -76,7 +76,7 @@ const cert = new acm.Certificate(this, 'Certificate', {
domainName: 'test.example.com',
subjectAlternativeNames: ['cool.example.com', 'test.example.net'],
validation: acm.CertificateValidation.fromDnsMultiZone({
'text.example.com': exampleCom,
'test.example.com': exampleCom,
'cool.example.com': exampleCom,
'test.example.net': exampleNet,
}),
Expand Down

0 comments on commit e244c5d

Please sign in to comment.