Skip to content

Commit 4e59bcd

Browse files
Update macros/serverless/cron-schedules.mdx
1 parent d7017a8 commit 4e59bcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

macros/serverless/cron-schedules.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Some examples of simple cron schedules expressions, useful for tasks like regula
6262
| `0 * * * *` | Runs every hour |
6363
| `0 0 * * *` | Runs every day at midnight |
6464
| `0 9 * * *` | Runs every day at 9:00 |
65-
| `0 0 * * 0` | Runs every sunday at midnight |
65+
| `0 0 * * 0` | Runs every Sunday at midnight |
6666
| `0 0 1 * *` | Runs once a month at midnight |
6767

6868
### Advanced

0 commit comments

Comments
 (0)