diff --git a/packages/@aws-cdk/aws-lambda/lib/permission.ts b/packages/@aws-cdk/aws-lambda/lib/permission.ts index 422a00700d0a2..77c28f7c9464e 100644 --- a/packages/@aws-cdk/aws-lambda/lib/permission.ts +++ b/packages/@aws-cdk/aws-lambda/lib/permission.ts @@ -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. *