From 349361d0399c05e21c5c4c5a2b69edfc6774c94f Mon Sep 17 00:00:00 2001 From: Douglas Naphas Date: Wed, 1 Sep 2021 18:10:46 -0400 Subject: [PATCH] docs(aws-ecr-assets): Correct un-closed parenthetical expression (#16172) Closes #16171. The expression is missing a right parentheses, and it is just as clear anyway as a new sentence. ---- *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-assets/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/@aws-cdk/aws-ecr-assets/README.md b/packages/@aws-cdk/aws-ecr-assets/README.md index 2414dc57c084e..f5993097418ac 100644 --- a/packages/@aws-cdk/aws-ecr-assets/README.md +++ b/packages/@aws-cdk/aws-ecr-assets/README.md @@ -46,7 +46,7 @@ interpreted. The recommended setting for Docker image assets is old projects) then `IgnoreMode.DOCKER` is the default and you don't need to configure it on the asset itself. -Use `asset.imageUri` to reference the image (it includes both the ECR image URL +Use `asset.imageUri` to reference the image. It includes both the ECR image URL and tag. You can optionally pass build args to the `docker build` command by specifying