Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
foxriver76 committed Jan 9, 2025
1 parent e508822 commit 6ead70a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/types-dev/config.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ interface DatabaseBackupOptions {
/** All backups older than configured hours will be deleted. But only if the number of files is greater than of backupNumber */
hours: number;
'// hours': string;
/** by default backup every 2 hours. Time is in minutes. To disable backup set the value to 0 */
/** By default backup every 2 hours. Time is in minutes. To disable backup set the value to 0 */
period: number;
'// period': string;
/** Absolute path to back-up directory or empty to back-up in data directory */
Expand Down

0 comments on commit 6ead70a

Please sign in to comment.