diff options
author | qwerty287 <80460567+qwerty287@users.noreply.github.com> | 2021-11-28 14:28:30 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-28 21:28:30 +0800 |
commit | b1df89095163d8ce3eecfeb855e7f03f17b473c4 (patch) | |
tree | 4f1d80e46f9a433c4b69d615a3c5be3bbfd36823 /docs/content/doc/installation/with-docker.en-us.md | |
parent | 1fee11d69a437ec7e68b3f6b645827592fe77292 (diff) | |
download | gitea-b1df89095163d8ce3eecfeb855e7f03f17b473c4.tar.gz gitea-b1df89095163d8ce3eecfeb855e7f03f17b473c4.zip |
Docs: replace `gitea` with `Gitea` (#17838)
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Diffstat (limited to 'docs/content/doc/installation/with-docker.en-us.md')
-rw-r--r-- | docs/content/doc/installation/with-docker.en-us.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/doc/installation/with-docker.en-us.md b/docs/content/doc/installation/with-docker.en-us.md index 7491ef37de..876399f0c3 100644 --- a/docs/content/doc/installation/with-docker.en-us.md +++ b/docs/content/doc/installation/with-docker.en-us.md @@ -303,7 +303,7 @@ services: - GITEA__mailer__PASSWD="""${GITEA__mailer__PASSWD:?GITEA__mailer__PASSWD not set}""" ``` -To set required TOKEN and SECRET values, consider using gitea's built-in [generate utility functions](https://docs.gitea.io/en-us/command-line/#generate). +To set required TOKEN and SECRET values, consider using Gitea's built-in [generate utility functions](https://docs.gitea.io/en-us/command-line/#generate). ## SSH Container Passthrough |