Skip to content

Commit

Permalink
fix(eks): README.md grammar (#10072)
Browse files Browse the repository at this point in the history
----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
  • Loading branch information
0xVesion committed Aug 31, 2020
1 parent 2596ef7 commit 454cdc6
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 @@ -515,7 +515,7 @@ The `HelmChart` construct or `cluster.addChart` method can be used
to add Kubernetes resources to this cluster using Helm.

The following example will install the [NGINX Ingress Controller](https://kubernetes.github.io/ingress-nginx/)
to you cluster using Helm.
to your cluster using Helm.

```ts
// option 1: use a construct
Expand Down

0 comments on commit 454cdc6

Please sign in to comment.