diff options
author | JonRB <4564448+eeyrjmr@users.noreply.github.com> | 2022-08-29 16:20:20 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-29 17:20:20 +0200 |
commit | e4addac26e476295b528577ea844b97a62ed02ea (patch) | |
tree | cefb88981d4e77ad9af916aa9f1da2611d528ce3 | |
parent | 354ebe46100199d82d4feca1d7bc505778aba69d (diff) | |
download | gitea-e4addac26e476295b528577ea844b97a62ed02ea.tar.gz gitea-e4addac26e476295b528577ea844b97a62ed02ea.zip |
Fix typo (#20993)
-rw-r--r-- | docs/content/doc/usage/https-support.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/doc/usage/https-support.md b/docs/content/doc/usage/https-support.md index 783d6d8037..7c9024743d 100644 --- a/docs/content/doc/usage/https-support.md +++ b/docs/content/doc/usage/https-support.md @@ -72,7 +72,7 @@ ACME_DIRECTORY=https ACME_EMAIL=email@example.com ``` -Minimumg setup using a [smallstep CA](https://github.com/smallstep/certificates), refer to [their tutorial](https://smallstep.com/docs/tutorials/acme-challenge) for more information. +Minimum setup using a [smallstep CA](https://github.com/smallstep/certificates), refer to [their tutorial](https://smallstep.com/docs/tutorials/acme-challenge) for more information. ```ini [server] |