Skip to content

Commit

Permalink
chore(iam): fix typo in policy.ts (aws#12124)
Browse files Browse the repository at this point in the history
----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
  • Loading branch information
pirosikick authored and flochaz committed Jan 5, 2021
1 parent a297075 commit 4e968df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-iam/lib/policy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down

0 comments on commit 4e968df

Please sign in to comment.