diff options
author | delvh <leon@kske.dev> | 2023-01-10 22:00:42 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-10 22:00:42 +0100 |
commit | 70043da3ddc2164d1549a1246c1f9f0bb6ad2485 (patch) | |
tree | 528d5fc4d5a8d23254452d322e6bbc60f5fd91ab | |
parent | e7f1d45eb5b20e782303fb7ce75e8c9877618b17 (diff) | |
download | gitea-70043da3ddc2164d1549a1246c1f9f0bb6ad2485.tar.gz gitea-70043da3ddc2164d1549a1246c1f9f0bb6ad2485.zip |
Fix typo (#22396)
DEFAUlT -> DEFAULT
-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 3b2ff4cbbf..def7314720 100644 --- a/docs/content/doc/advanced/config-cheat-sheet.en-us.md +++ b/docs/content/doc/advanced/config-cheat-sheet.en-us.md @@ -1048,7 +1048,7 @@ Default templates for project boards: ## Git - Timeout settings (`git.timeout`) -- `DEFAUlT`: **360**: Git operations default timeout seconds. +- `DEFAULT`: **360**: Git operations default timeout seconds. - `MIGRATE`: **600**: Migrate external repositories timeout seconds. - `MIRROR`: **300**: Mirror external repositories timeout seconds. - `CLONE`: **300**: Git clone from internal repositories timeout seconds. |