AWS marketplace documentation change
Summary
Fixed grammatical punctuation by replacing a curly apostrophe with a straight apostrophe in the example explanation
Security assessment
Change is purely grammatical (correcting apostrophe usage) with no security implications. No security vulnerabilities, features, or policies are modified.
Diff
diff --git a/marketplace/latest/developerguide/catalog-api-access-control.md b/marketplace/latest/developerguide/catalog-api-access-control.md index 30aacd94d..27004173d 100644 --- a//marketplace/latest/developerguide/catalog-api-access-control.md +++ b//marketplace/latest/developerguide/catalog-api-access-control.md @@ -234 +234 @@ Also, you can allow starting change sets on entities only when those entities ha -For example, the following IAM policy allows the `StartChangeSet` action on any entity resource (`"*"`) that has a tag key of `product-team` and tag value of `team-xyz`. In addition, the `TagResource` action is required so that when the change set is created, it’s tagged with the same tag key and value. +For example, the following IAM policy allows the `StartChangeSet` action on any entity resource (`"*"`) that has a tag key of `product-team` and tag value of `team-xyz`. In addition, the `TagResource` action is required so that when the change set is created, it's tagged with the same tag key and value.