Skip to content

Commit f31cb5f

Browse files
fix(srv): fix indent in cron reference (#5333)
1 parent 41dc0ad commit f31cb5f

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

macros/serverless/cron-schedules.mdx

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ Adding a cron schedule to a specific task allows you to run it automatically at
99
Cron jobs are expressed using the `* * * * *` format, which corresponds to the fields below.
1010

1111
```
12-
┌───────────── minute
13-
│ ┌───────────── hour
14-
│ │ ┌───────────── day of the month
15-
│ │ │ ┌───────────── month
16-
│ │ │ │ ┌───────────── day of the week
17-
│ │ │ │ │
18-
│ │ │ │ │
19-
│ │ │ │ │
20-
* * * * *
12+
┌───────────── minute
13+
│ ┌───────────── hour
14+
│ │ ┌───────────── day of the month
15+
│ │ │ ┌───────────── month
16+
│ │ │ │ ┌───────────── day of the week
17+
│ │ │ │ │
18+
│ │ │ │ │
19+
│ │ │ │ │
20+
* * * * *
2121
```
2222

2323
Each field supports a specific range of values.

0 commit comments

Comments
 (0)