From 4e968dfe662bf8d7cdc7b2d1c2f2823cf6be5671 Mon Sep 17 00:00:00 2001 From: Hiroyuki ANAI Date: Fri, 18 Dec 2020 03:32:14 +0900 Subject: [PATCH] chore(iam): fix typo in policy.ts (#12124) ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* --- 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 */