diff options
Diffstat (limited to 'ext/cron/01_cron.ts')
-rw-r--r-- | ext/cron/01_cron.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/cron/01_cron.ts b/ext/cron/01_cron.ts index 3341d1a78..7592e75ef 100644 --- a/ext/cron/01_cron.ts +++ b/ext/cron/01_cron.ts @@ -69,7 +69,7 @@ export function parseScheduleToString( // Automatically override unspecified values for convenience. For example, // to run every 2 hours, `{ hour: { every: 2 } }` can be specified without - // explicitely specifying `minute`. + // explicitly specifying `minute`. if (minute !== undefined) { // Nothing to override. } else if (hour !== undefined) { |