Skip to content

Commit

Permalink
Some rephrasing
Browse files Browse the repository at this point in the history
  • Loading branch information
iliapolo authored Dec 22, 2020
1 parent 265ffae commit 6104476
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-eks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ cluster.addNodegroupCapacity('extra-ng', {
});
```

You may specify one or multiple instance types in either `instanceTypes` property of `NodeGroup` or in the launch template but not both.
You may specify one or instance types in either the `instanceTypes` property of `NodeGroup` or in the launch template, **but not both**.

> For more details visit [Launch Template Support](https://docs.aws.amazon.com/eks/latest/userguide/launch-templates.html).
Expand Down

0 comments on commit 6104476

Please sign in to comment.