Skip to content

Commit e7c4525

Browse files
committed
Fix Cron syntax typo
1 parent c852398 commit e7c4525

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/docs/concepts/dev-environments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ The `schedule` property can be combined with `max_duration` or `utilization_poli
491491
??? info "Cron syntax"
492492
`dstack` supports [POSIX cron syntax](https://pubs.opengroup.org/onlinepubs/9699919799/utilities/crontab.html#tag_20_25_07). One exception is that days of the week are started from Monday instead of Sunday so `0` corresponds to Monday.
493493

494-
The month and day of week fields accept abbreviated English month and weekday names (`jan–de`c and `mon–sun`) respectively.
494+
The month and day of week fields accept abbreviated English month and weekday names (`jan–dec` and `mon–sun`) respectively.
495495

496496
A cron expression consists of five fields:
497497

docs/docs/concepts/services.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -703,7 +703,7 @@ The `schedule` property can be combined with `max_duration` or `utilization_poli
703703
??? info "Cron syntax"
704704
`dstack` supports [POSIX cron syntax](https://pubs.opengroup.org/onlinepubs/9699919799/utilities/crontab.html#tag_20_25_07). One exception is that days of the week are started from Monday instead of Sunday so `0` corresponds to Monday.
705705

706-
The month and day of week fields accept abbreviated English month and weekday names (`jan–de`c and `mon–sun`) respectively.
706+
The month and day of week fields accept abbreviated English month and weekday names (`jan–dec` and `mon–sun`) respectively.
707707

708708
A cron expression consists of five fields:
709709

docs/docs/concepts/tasks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -678,7 +678,7 @@ schedule:
678678
??? info "Cron syntax"
679679
`dstack` supports [POSIX cron syntax](https://pubs.opengroup.org/onlinepubs/9699919799/utilities/crontab.html#tag_20_25_07). One exception is that days of the week are started from Monday instead of Sunday so `0` corresponds to Monday.
680680

681-
The month and day of week fields accept abbreviated English month and weekday names (`jan–de`c and `mon–sun`) respectively.
681+
The month and day of week fields accept abbreviated English month and weekday names (`jan–dec` and `mon–sun`) respectively.
682682

683683
A cron expression consists of five fields:
684684

0 commit comments

Comments
 (0)