Skip to content

Commit 1dc0da8

Browse files
author
Elad Ben-Israel
authored
Update permission.ts
1 parent 0ecf55b commit 1dc0da8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@aws-cdk/aws-lambda/lib/permission.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export interface Permission {
99
/**
1010
* The Lambda actions that you want to allow in this statement. For example,
1111
* you can specify lambda:CreateFunction to specify a certain action, or use
12-
* a wildcard (``lambda:*``) to grant permission to all Lambda actioThns. For a
12+
* a wildcard (``lambda:*``) to grant permission to all Lambda actions. For a
1313
* list of actions, see Actions and Condition Context Keys for AWS Lambda in
1414
* the IAM User Guide.
1515
*

0 commit comments

Comments
 (0)