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