Skip to content

Commit

Permalink
fix: small wording issues in last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
misterjoshua committed Feb 25, 2021
1 parent 0940dc4 commit cfa1bbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-ecs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ const container = ec2TaskDefinition.addContainer("WebContainer", {

You can specify container properties when you add them to the task definition, or with various methods, e.g.:

To add add port mappings when adding to the task definition, specify the `portMappings` option:
To add a port mapping when adding a container to the task definition, specify the `portMappings` option:

```ts
taskDefinition.addContainer("WebContainer", {
Expand Down

0 comments on commit cfa1bbd

Please sign in to comment.