diff options
author | Greg Myers <myersg86@gmail.com> | 2022-01-09 04:53:03 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-09 19:53:03 +0800 |
commit | 79791ba4ac8ebdfa58f5307de78d526ad6d399d3 (patch) | |
tree | 7acb5705f894fae942e5bf5b5c788f17991ed721 /docs/content/doc/usage | |
parent | de578bff8c7b782953689085d223d06d2feaa1d5 (diff) | |
download | gitea-79791ba4ac8ebdfa58f5307de78d526ad6d399d3.tar.gz gitea-79791ba4ac8ebdfa58f5307de78d526ad6d399d3.zip |
Fix typos in docs/content (#18215)
Diffstat (limited to 'docs/content/doc/usage')
-rw-r--r-- | docs/content/doc/usage/command-line.en-us.md | 4 | ||||
-rw-r--r-- | docs/content/doc/usage/reverse-proxies.en-us.md | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/content/doc/usage/command-line.en-us.md b/docs/content/doc/usage/command-line.en-us.md index d1938ebccc..e477f31f1a 100644 --- a/docs/content/doc/usage/command-line.en-us.md +++ b/docs/content/doc/usage/command-line.en-us.md @@ -130,7 +130,7 @@ Admin operations: - `--custom-email-url`: Use a custom Email URL (option for GitHub). - `--icon-url`: Custom icon URL for OAuth2 login source. - `--override-local-2fa`: Allow source to override local 2FA. (Optional) - - `--scopes`: Addtional scopes to request for this OAuth2 source. (Optional) + - `--scopes`: Additional scopes to request for this OAuth2 source. (Optional) - `--required-claim-name`: Claim name that has to be set to allow users to login with this source. (Optional) - `--required-claim-value`: Claim value that has to be set to allow users to login with this source. (Optional) - `--group-claim-name`: Claim name providing group names for this source. (Optional) @@ -153,7 +153,7 @@ Admin operations: - `--custom-email-url`: Use a custom Email URL (option for GitHub). - `--icon-url`: Custom icon URL for OAuth2 login source. - `--override-local-2fa`: Allow source to override local 2FA. (Optional) - - `--scopes`: Addtional scopes to request for this OAuth2 source. + - `--scopes`: Additional scopes to request for this OAuth2 source. - `--required-claim-name`: Claim name that has to be set to allow users to login with this source. (Optional) - `--required-claim-value`: Claim value that has to be set to allow users to login with this source. (Optional) - `--group-claim-name`: Claim name providing group names for this source. (Optional) diff --git a/docs/content/doc/usage/reverse-proxies.en-us.md b/docs/content/doc/usage/reverse-proxies.en-us.md index f0c9d79f8f..c782f1ce5c 100644 --- a/docs/content/doc/usage/reverse-proxies.en-us.md +++ b/docs/content/doc/usage/reverse-proxies.en-us.md @@ -312,7 +312,7 @@ backend gitea server localhost:3000 check ``` -If you redirect the http content to https, the configuration work the same way, just remember that the connexion between HAProxy and Gitea will be done via http so you do not have to enable https in Gitea's configuration. +If you redirect the http content to https, the configuration work the same way, just remember that the connection between HAProxy and Gitea will be done via http so you do not have to enable https in Gitea's configuration. ## HAProxy with a sub-path |