We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e39d20 commit edd9e06Copy full SHA for edd9e06
pages/runtime-configuration.md
@@ -53,7 +53,7 @@ It is possible to specify jobs with second granularity.
53
To do this the `schedule` parameter has to be provided with either a `%Crontab.CronExpression{extended: true, ...}` or
54
with a set `e` flag on the `e` sigil. (The sigil must be imported from `Crontab.CronExpression`)
55
56
-The following example will put a tick into the `stdout` every second.
+The following example will put a tick into the `stdout` every first second of every minute.
57
58
```elixir
59
import Crontab.CronExpression
0 commit comments