[#4510] fixed godoc typos

This commit is contained in:
Gani Georgiev
2024-03-07 11:53:54 +02:00
parent e5e2519f88
commit adab0da179
3 changed files with 4791 additions and 4809 deletions
+1 -1
View File
@@ -463,7 +463,7 @@ type BackupsConfig struct {
// Leave it empty to disable the auto backups functionality.
Cron string `form:"cron" json:"cron"`
// CronMaxKeep is the the max number of cron generated backups to
// CronMaxKeep is the max number of cron generated backups to
// keep before removing older entries.
//
// This field works only when the cron config has valid cron expression.