From a624ac1d49de48c8293fcb32c362e5881ce98224 Mon Sep 17 00:00:00 2001 From: Niklas Date: Mon, 16 Jun 2025 13:47:44 +0200 Subject: [PATCH] Fix spelling in Scheduler docs --- scheduler.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scheduler.rst b/scheduler.rst index f88d9e4f328..5028c00e2ec 100644 --- a/scheduler.rst +++ b/scheduler.rst @@ -237,7 +237,7 @@ this will create a very long running list of schedules at that exact time. This may cause an issue if a task has a memory leak. You can add a hash symbol (``#``) in expressions to generate random values. -Athough the values are random, they are predictable and consistent because they +Although the values are random, they are predictable and consistent because they are generated based on the message. A message with string representation ``my task`` and a defined frequency of ``# # * * *`` will have an idempotent frequency of ``56 20 * * *`` (every day at 8:56pm).