Skip to content

Commit 31d7c36

Browse files
committed
Merge branch '7.2' into 7.3
* 7.2: Fix spelling in Scheduler docs
2 parents 9bfb805 + 9a26964 commit 31d7c36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scheduler.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ this will create a very long running list of schedules at that exact time.
227227
This may cause an issue if a task has a memory leak.
228228

229229
You can add a hash symbol (``#``) in expressions to generate random values.
230-
Athough the values are random, they are predictable and consistent because they
230+
Although the values are random, they are predictable and consistent because they
231231
are generated based on the message. A message with string representation ``my task``
232232
and a defined frequency of ``# # * * *`` will have an idempotent frequency
233233
of ``56 20 * * *`` (every day at 8:56pm).

0 commit comments

Comments
 (0)