Skip to content

Commit 2bfc1c2

Browse files
thantosskinny85
authored andcommittedJun 1, 2019
fix(certificatemanager): correct certificateArn typo in the README (#2712)
1 parent cb2b334 commit 2bfc1c2

File tree

1 file changed

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

1 file changed

+1
-1
lines changed
 

Diff for: ‎packages/@aws-cdk/aws-certificatemanager/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Import a certificate manually, if you know the ARN:
6565

6666
```ts
6767
const certificate = Certificate.import(this, 'Certificate', {
68-
certificteArn: "arn:aws:..."
68+
certificateArn: "arn:aws:..."
6969
});
7070
```
7171

0 commit comments

Comments
 (0)