Skip to content

Commit

Permalink
fix(certificatemanager): correct certificateArn typo in the README (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
thantos authored and skinny85 committed Jun 1, 2019
1 parent cb2b334 commit 2bfc1c2
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 @@ -65,7 +65,7 @@ Import a certificate manually, if you know the ARN:

```ts
const certificate = Certificate.import(this, 'Certificate', {
certificteArn: "arn:aws:..."
certificateArn: "arn:aws:..."
});
```

Expand Down

0 comments on commit 2bfc1c2

Please sign in to comment.