From b004576643fe8fff32404fbc7ae57c63bd8ca973 Mon Sep 17 00:00:00 2001 From: Jacob Wise Date: Mon, 22 Jul 2024 11:47:20 -0400 Subject: [PATCH] Fix cron syntax in CMS guide (#23073) --- contributors.yml | 1 + docs/guides/headless-cms/schedule-content/static-sites.md | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/contributors.yml b/contributors.yml index 7daa4701f3..06f8a81edd 100644 --- a/contributors.yml +++ b/contributors.yml @@ -142,3 +142,4 @@ - brandondrew - alantiller - SP12893678 +- jacobwise diff --git a/docs/guides/headless-cms/schedule-content/static-sites.md b/docs/guides/headless-cms/schedule-content/static-sites.md index c40e133435..76e63e85f9 100644 --- a/docs/guides/headless-cms/schedule-content/static-sites.md +++ b/docs/guides/headless-cms/schedule-content/static-sites.md @@ -88,8 +88,8 @@ field `status` that controls the published state. **Examples** - - `* 1 * * * *` - Would trigger this flow every minute - - `* 15 * * * *` – Would trigger this flow every 15 minutes + - `* */1 * * * *` - Would trigger this flow every minute + - `* */15 * * * *` – Would trigger this flow every 15 minutes ### Add an Operation to Check The Published Date and Update Data