From 3183ba9261e025eca7d0b80810c9302138ede324 Mon Sep 17 00:00:00 2001 From: Mariana Date: Tue, 21 May 2024 11:59:48 +0100 Subject: [PATCH] updated time expression example table values --- .../builtin/core-nodes/n8n-nodes-base.scheduletrigger.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/integrations/builtin/core-nodes/n8n-nodes-base.scheduletrigger.md b/docs/integrations/builtin/core-nodes/n8n-nodes-base.scheduletrigger.md index e330d2508..ae5bf8ae3 100644 --- a/docs/integrations/builtin/core-nodes/n8n-nodes-base.scheduletrigger.md +++ b/docs/integrations/builtin/core-nodes/n8n-nodes-base.scheduletrigger.md @@ -56,7 +56,7 @@ If you want to trigger your workflow every day at 04:08, enter the following in The sixth asterisk in the Cron expression represents seconds. Setting this is optional. The node will execute even if you don't set the value for seconds. -| * | * | * | * | * | * | -|---|---|---|---|---|---| -|second|minute|hour|day|week|month| +| * | * | * | * | * | * | +|:--:|:--:|:--:|:--:|:--:|:--:| +|second|minute|hour|day of month|month|day of week|