Skip to content

Commit

Permalink
docs(aws-ecr-assets): Correct un-closed parenthetical expression (#16172
Browse files Browse the repository at this point in the history
)

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*
  • Loading branch information
douglasnaphas authored Sep 1, 2021
1 parent 66baca5 commit 349361d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-ecr-assets/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 349361d

Please sign in to comment.