Skip to content

Commit

Permalink
chore: fix typo in EncryptionKey tsdoc (#803)
Browse files Browse the repository at this point in the history
  • Loading branch information
nason authored and rix0rrr committed Sep 28, 2018
1 parent 88b599d commit 2a2b7a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-kms/lib/key.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ export interface EncryptionKeyProps {
}

/**
* Definews a KMS key.
* Defines a KMS key.
*/
export class EncryptionKey extends EncryptionKeyRef {
public readonly keyArn: string;
Expand Down

0 comments on commit 2a2b7a1

Please sign in to comment.