Skip to content

Commit 571b6a0

Browse files
committed
minor #21086 Fix spelling in Scheduler docs (NiklasBr)
This PR was merged into the 6.4 branch. Discussion ---------- Fix spelling in Scheduler docs Not much to say here. :) Commits ------- a624ac1 Fix spelling in Scheduler docs
2 parents d852a55 + a624ac1 commit 571b6a0

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
@@ -237,7 +237,7 @@ this will create a very long running list of schedules at that exact time.
237237
This may cause an issue if a task has a memory leak.
238238

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

0 commit comments

Comments
 (0)