From 191c54da47d27e42ff897575e76a5c8a3e6e278f Mon Sep 17 00:00:00 2001 From: Nelson Chen Date: Mon, 8 Mar 2021 10:07:16 -0700 Subject: [PATCH] docs: Small typo fix in README.md of aws-ecr (#13433) ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* --- packages/@aws-cdk/aws-ecr/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/@aws-cdk/aws-ecr/README.md b/packages/@aws-cdk/aws-ecr/README.md index 9bce0c80e132c..6adb791ba7f76 100644 --- a/packages/@aws-cdk/aws-ecr/README.md +++ b/packages/@aws-cdk/aws-ecr/README.md @@ -57,7 +57,7 @@ const user = new iam.User(this, 'User', { ... }); ecr.AuthorizationToken.grantRead(user); ``` -If you access images in the [Public ECR Gallery](https://gallery.ecr.aws/) as well, it is recommended you authenticate to the regsitry to benefit from +If you access images in the [Public ECR Gallery](https://gallery.ecr.aws/) as well, it is recommended you authenticate to the registry to benefit from higher rate and bandwidth limits. > See `Pricing` in https://aws.amazon.com/blogs/aws/amazon-ecr-public-a-new-public-container-registry/ and [Service quotas](https://docs.aws.amazon.com/AmazonECR/latest/public/public-service-quotas.html).