From dad6fc4c836558652c877b7766eef3e5bd838c94 Mon Sep 17 00:00:00 2001 From: Ruben Laguna Date: Thu, 7 Mar 2024 12:57:14 +0100 Subject: [PATCH] Update the other example --- content/docs/2.13/scalers/cron.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/docs/2.13/scalers/cron.md b/content/docs/2.13/scalers/cron.md index eef42ed2f..daaf3055d 100644 --- a/content/docs/2.13/scalers/cron.md +++ b/content/docs/2.13/scalers/cron.md @@ -35,8 +35,8 @@ triggers: > > For example, the following schedule is not valid: > ```yaml -> start: 30 * * * * -> end: 30 * * * * +> start: 0 6 * * * # At 6:00 AM +> end: 0 6 * * * # also at 6:00 AM >``` ### How does it work?