Skip to content

Commit

Permalink
Correct un-closed parenthetical expression
Browse files Browse the repository at this point in the history
Closes aws#16171.

The expression is missing a right parentheses, and it is just as clear anyway as a new sentence.
  • Loading branch information
douglasnaphas authored Aug 23, 2021
1 parent 82dd282 commit b09c20b
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 b09c20b

Please sign in to comment.