diff options
author | qwerty287 <80460567+qwerty287@users.noreply.github.com> | 2021-07-23 15:05:37 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-23 15:05:37 +0200 |
commit | ab77768fce174180200f3890ef49b725b8ffdbf1 (patch) | |
tree | 9098d334fe64707145ef9bb688246ddf093cc9f8 /docs/content | |
parent | 078e2b2c39f119b9cbe5678ce12f1cc9eb6ddda9 (diff) | |
download | gitea-ab77768fce174180200f3890ef49b725b8ffdbf1.tar.gz gitea-ab77768fce174180200f3890ef49b725b8ffdbf1.zip |
Fix typo (#16522)
Diffstat (limited to 'docs/content')
-rw-r--r-- | docs/content/doc/advanced/config-cheat-sheet.en-us.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/doc/advanced/config-cheat-sheet.en-us.md b/docs/content/doc/advanced/config-cheat-sheet.en-us.md index 0d3349f2dc..a800094552 100644 --- a/docs/content/doc/advanced/config-cheat-sheet.en-us.md +++ b/docs/content/doc/advanced/config-cheat-sheet.en-us.md @@ -507,7 +507,7 @@ relation to port exhaustion. - `ALLOW_CROSS_REPOSITORY_DEPENDENCIES` : **true** Enable this to allow dependencies on issues from any repository where the user is granted access. - `ENABLE_USER_HEATMAP`: **true**: Enable this to display the heatmap on users profiles. - `ENABLE_TIMETRACKING`: **true**: Enable Timetracking feature. -- `DEFAULT_ENABLE_TIMETRACKING`: **true**: Allow repositories to use timetracking by deault. +- `DEFAULT_ENABLE_TIMETRACKING`: **true**: Allow repositories to use timetracking by default. - `DEFAULT_ALLOW_ONLY_CONTRIBUTORS_TO_TRACK_TIME`: **true**: Only allow users with write permissions to track time. - `EMAIL_DOMAIN_WHITELIST`: **\<empty\>**: If non-empty, list of domain names that can only be used to register on this instance. |