diff --git a/docs/guides/aws/permissions/index.md b/docs/guides/aws/permissions/index.md index 77eab086..17cb7229 100644 --- a/docs/guides/aws/permissions/index.md +++ b/docs/guides/aws/permissions/index.md @@ -193,7 +193,7 @@ resource "turbot_policy_setting" "aws_permissions_modifiers" { ```
-If multiple service-level polices assign an operation to different levels, the operation will be assigned at the lower permission level in the provider permissions. For example, if ec2:DescribeInstance is assigned to AWS/EC2/Operator and also EAWS/EC2/User then it will be assigned to AWS/User +If multiple service-level polices assign an operation to different levels, the operation will be assigned at the lower permission level in the provider permissions. For example, if ec2:DescribeInstance is assigned to AWS/EC2/Operator and also AWS/EC2/User then it will be assigned to AWS/User