From 36fe7f2d16be4b25abd15e767907b6a88deefd3d Mon Sep 17 00:00:00 2001 From: cf-scott <124814351+cf-scott@users.noreply.github.com> Date: Mon, 2 Jun 2025 13:52:23 -0700 Subject: [PATCH] Update cron-triggers.mdx Fixed typo for "three latter" --- src/content/docs/workers/configuration/cron-triggers.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/workers/configuration/cron-triggers.mdx b/src/content/docs/workers/configuration/cron-triggers.mdx index 055536968fa6537..3c9b9007197262d 100644 --- a/src/content/docs/workers/configuration/cron-triggers.mdx +++ b/src/content/docs/workers/configuration/cron-triggers.mdx @@ -132,7 +132,7 @@ Cloudflare supports cron expressions with five fields, along with most [Quartz s :::note Days of the week go from 1 = Sunday to 7 = Saturday, which is different on some other cron systems (where 0 = Sunday and 6 = Saturday). -To avoid ambiguity you may prefer to use the three latter abbreviations (e.g. `SUN` rather than 1). +To avoid ambiguity you may prefer to use the three-letter abbreviations (e.g. `SUN` rather than 1). :::