From e713e706cccaa4fabcff71965f99d374754ca23e Mon Sep 17 00:00:00 2001 From: Denis Andrejew Date: Sat, 12 Aug 2017 13:52:17 +0200 Subject: [PATCH] fix typos in controllers/nginx/README.md --- controllers/nginx/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/controllers/nginx/README.md b/controllers/nginx/README.md index 4219988df..1a7ce6c6f 100644 --- a/controllers/nginx/README.md +++ b/controllers/nginx/README.md @@ -297,8 +297,8 @@ To disable this behavior use `hsts=false` in the NGINX config map. ### Automated Certificate Management with Kube-Lego -[Kube-Lego] automatically requests missing certificates or expired from -[Let's Encrypt] by monitoring ingress resources and its referenced secrets. To +[Kube-Lego] automatically requests missing or expired certificates from +[Let's Encrypt] by monitoring ingress resources and their referenced secrets. To enable this for an ingress resource you have to add an annotation: ```