diff options
author | Julien Palard <julien@palard.fr> | 2022-09-26 00:16:46 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-25 18:16:46 -0400 |
commit | ed255fd8a1311ea22a5d9a097b759771065803b7 (patch) | |
tree | d31ff7884ea5719798119b2d0866511d7a78e55d /docs/content | |
parent | 3d92ad8eb9cc255f8153d40e5cbc6a0e9f8fc9eb (diff) | |
download | gitea-ed255fd8a1311ea22a5d9a097b759771065803b7.tar.gz gitea-ed255fd8a1311ea22a5d9a097b759771065803b7.zip |
Typo in config-cheat-sheet (#21261)
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 f39c501cbc..ef64c57246 100644 --- a/docs/content/doc/advanced/config-cheat-sheet.en-us.md +++ b/docs/content/doc/advanced/config-cheat-sheet.en-us.md @@ -852,7 +852,7 @@ Default templates for project boards: - `SCHEDULE` accept formats - Full crontab specs, e.g. `* * * * * ?` - Descriptors, e.g. `@midnight`, `@every 1h30m` ... - - See more: [cron decument](https://pkg.go.dev/github.com/gogs/cron@v0.0.0-20171120032916-9f6c956d3e14) + - See more: [cron documentation](https://pkg.go.dev/github.com/gogs/cron@v0.0.0-20171120032916-9f6c956d3e14) ### Basic cron tasks - enabled by default |