Skip to content

Commit

Permalink
Update permission.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Elad Ben-Israel authored Sep 12, 2019
1 parent 0ecf55b commit 1dc0da8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-lambda/lib/permission.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export interface Permission {
/**
* The Lambda actions that you want to allow in this statement. For example,
* you can specify lambda:CreateFunction to specify a certain action, or use
* a wildcard (``lambda:*``) to grant permission to all Lambda actioThns. For a
* a wildcard (``lambda:*``) to grant permission to all Lambda actions. For a
* list of actions, see Actions and Condition Context Keys for AWS Lambda in
* the IAM User Guide.
*
Expand Down

0 comments on commit 1dc0da8

Please sign in to comment.