Skip to content

Commit 1f9653d

Browse files
committed
docs: fix expression
1 parent 2263537 commit 1f9653d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/types/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@ export interface NitroOptions extends PresetOptions {
458458
* ```ts
459459
* scheduledTasks: {
460460
* "0 * * * *": "cleanup:temp",
461-
* "**​/5 * * * *": ["health:check", "metrics:collect"],
461+
* "*​/5 * * * *": ["health:check", "metrics:collect"],
462462
* }
463463
* ```
464464
*

0 commit comments

Comments
 (0)