From 00a9397713cab4f3fe40e41cd2806e30e848103b Mon Sep 17 00:00:00 2001 From: muhongwei Date: Fri, 16 Mar 2018 10:47:31 +0800 Subject: [PATCH] Correct spelling mistake --- addons/kube-ingress-aws-controller/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/kube-ingress-aws-controller/README.md b/addons/kube-ingress-aws-controller/README.md index 290c369d0e..179f174bd1 100644 --- a/addons/kube-ingress-aws-controller/README.md +++ b/addons/kube-ingress-aws-controller/README.md @@ -189,7 +189,7 @@ aws acm list-certificates If you have one, you can move on to the next section. -To create an ACM certificate, you have to requset a CSR with a domain name that you own in [route53](https://aws.amazon.com/route53/), for example.org. We will here request one wildcard certificate for example.org: +To create an ACM certificate, you have to request a CSR with a domain name that you own in [route53](https://aws.amazon.com/route53/), for example.org. We will here request one wildcard certificate for example.org: ``` aws acm request-certificate --domain-name *.example.org