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). :::