From 86789ce709bf10a72901f5f199c6af8ebae95445 Mon Sep 17 00:00:00 2001 From: Agniva De Sarker Date: Tue, 26 Jun 2018 20:50:04 +0530 Subject: [PATCH] certbot: fix minor grammatical mistake (#2156) --- pages/linux/certbot.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/linux/certbot.md b/pages/linux/certbot.md index e5dbd39a19..8331762230 100644 --- a/pages/linux/certbot.md +++ b/pages/linux/certbot.md @@ -15,7 +15,7 @@ `sudo certbot --apache --domain {{subdomain.example.com}}` -- Renew all Let's Encrypt certificates that in 30 days or less (don't forget to restart any servers that use them afterwards): +- Renew all Let's Encrypt certificates that expire in 30 days or less (don't forget to restart any servers that use them afterwards): `sudo certbot renew`