Skip to content

Commit edd9e06

Browse files
authored
Tiny Doc Fix (#501)
1 parent 7e39d20 commit edd9e06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/runtime-configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ It is possible to specify jobs with second granularity.
5353
To do this the `schedule` parameter has to be provided with either a `%Crontab.CronExpression{extended: true, ...}` or
5454
with a set `e` flag on the `e` sigil. (The sigil must be imported from `Crontab.CronExpression`)
5555

56-
The following example will put a tick into the `stdout` every second.
56+
The following example will put a tick into the `stdout` every first second of every minute.
5757

5858
```elixir
5959
import Crontab.CronExpression

0 commit comments

Comments
 (0)