From 5d2f206edb59dfd14494b49b92e87b364712e813 Mon Sep 17 00:00:00 2001 From: JoelAzaria <470908+JoelAzaria@users.noreply.github.com> Date: Tue, 5 Nov 2019 15:08:56 -0500 Subject: [PATCH] small grammatical cleanups --- sudo.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sudo.md b/sudo.md index 760f1d3..c8ecea2 100644 --- a/sudo.md +++ b/sudo.md @@ -6,6 +6,6 @@ Do not use `sudo` if you cannot properly configure it. Using `sudo` is not recommended. If not properly configured to not ask for password it may cause permission issues when running commands from the cronjob (like renew), resulting in some or all of your certificates not being renewed and eventually will expire. -Now, if you are completely sure of the issues and the possibilities with the usage of `sudo` and still wanting to use it, so you can pass the `--force` parameter. +Now, if you are completely sure of the issues and the possibilities with the usage of `sudo` and still want to use it, you can pass the `--force` parameter. -**Remember:** Using `sudo` is not recommended, but you still be able to force that under your own risk, you had been warned. \ No newline at end of file +**Remember:** Using `sudo` is not recommended. You have the option to force it at your own risk. You have been warned! \ No newline at end of file