Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
BenChaimberg committed Sep 13, 2021
1 parent 17b9e2f commit 8add00c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-redshift/lib/private/privileges.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import { Construct as CoreConstruct } from '@aws-cdk/core';
*/
export interface TablePrivilege {
/**
* The table on which priveleges will be granted.
* The table on which privileges will be granted.
*/
readonly table: ITable;

Expand Down

0 comments on commit 8add00c

Please sign in to comment.