From 06b18e7ac358a1662d82473798e5c8dae6b70f5f Mon Sep 17 00:00:00 2001 From: Hiroyuki ANAI Date: Thu, 17 Dec 2020 13:43:49 +0900 Subject: [PATCH] chore(iam): fix typo in policy.ts --- packages/@aws-cdk/aws-iam/lib/policy.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/@aws-cdk/aws-iam/lib/policy.ts b/packages/@aws-cdk/aws-iam/lib/policy.ts index 6c006c6576120..795049a1cc163 100644 --- a/packages/@aws-cdk/aws-iam/lib/policy.ts +++ b/packages/@aws-cdk/aws-iam/lib/policy.ts @@ -78,7 +78,7 @@ export interface PolicyProps { * creating invalid--and hence undeployable--CloudFormation templates. * * In cases where you know the policy must be created and it is actually - * an error if no statements have been added to it, you can se this to `true`. + * an error if no statements have been added to it, you can set this to `true`. * * @default false */