From e55087f57af657069090f63517ec776d8958e410 Mon Sep 17 00:00:00 2001 From: welfuture <167498261+welfuture@users.noreply.github.com> Date: Sun, 21 Apr 2024 07:54:07 +0800 Subject: fix: Fix some typos in comments (#23470) Signed-off-by: welfuture --- ext/cron/01_cron.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/cron') 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) { -- cgit v1.2.3