Skip to content

Commit

Permalink
docs(iam): typo on AuthorizationToken documentation (aws#11953)
Browse files Browse the repository at this point in the history
----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
  • Loading branch information
baxang authored and flochaz committed Jan 5, 2021
1 parent b296181 commit a1463c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-ecr/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ grants an IAM user access to call this API.
import * as iam from '@aws-cdk/aws-iam';

const user = new iam.User(this, 'User', { ... });
AuthorizationToken.grantRead(user);
iam.AuthorizationToken.grantRead(user);
```

## Automatically clean up repositories
Expand Down

0 comments on commit a1463c9

Please sign in to comment.