summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2022-07-24 00:30:37 +0000
committerGitHub <noreply@github.com>2022-07-24 00:30:37 +0000
commit4624c2041a0899d71bd5862a36ee8ffa027c675f (patch)
tree1aa4507c4955bd10bae3d24e32cdd949fbd5cfd4
parentbb942989ca3c53c29204d1853bfeedee34f315be (diff)
parent66f5f0b0c015d6f40e59b7373ecc14a254389a2c (diff)
Merge pull request #219 from freezingDaniel/patch-1
Fix typo
-rw-r--r--content/standalone.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/standalone.md b/content/standalone.md
index c466465..4f8d2a0 100644
--- a/content/standalone.md
+++ b/content/standalone.md
@@ -24,7 +24,7 @@ certbot certonly --standalone -d pleroma.example.org
systemctl start nginx
```
-What we do here is temporarily turn of Nginx, then run a `certonly`
+What we do here is temporarily turn off Nginx, then run a `certonly`
subcommand that generates a certificate for the domain without changing
or caring about the Nginx configuration. Then we reactivate Nginx, thus
turning back on our webserver.