diff --git a/How-to-use-Amazon-Route53-API.md b/How-to-use-Amazon-Route53-API.md index 9ed236d..ba54e79 100644 --- a/How-to-use-Amazon-Route53-API.md +++ b/How-to-use-Amazon-Route53-API.md @@ -52,7 +52,7 @@ If you want to use a much more restrictive AWS policy, use the following: "Effect": "Allow", "Action": [ "route53:GetHostedZone", - "route53:ListResourceRecordSets", + "route53:ListResourceRecordSets" ], "Resource": "arn:aws:route53:::hostedzone/" },