From 84cc30efb92215ffc8dbffb35a1d1bcba6155bce Mon Sep 17 00:00:00 2001 From: Ria Scholz <123465523+mariaremote@users.noreply.github.com> Date: Tue, 23 Jul 2024 18:57:59 +0200 Subject: [PATCH] fix typo in Wait Node Docs #Time-based operations (#2263) --- docs/integrations/builtin/core-nodes/n8n-nodes-base.wait.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/integrations/builtin/core-nodes/n8n-nodes-base.wait.md b/docs/integrations/builtin/core-nodes/n8n-nodes-base.wait.md index 00ffe1c36..004025fad 100644 --- a/docs/integrations/builtin/core-nodes/n8n-nodes-base.wait.md +++ b/docs/integrations/builtin/core-nodes/n8n-nodes-base.wait.md @@ -178,5 +178,5 @@ If turned on, also set: For the time-based resume operations, note that: -* For wait times less than 65 seconds, the workflow doesn't offload execution data offloaded to the database. Instead, the process continues to run and execution resumes after the specified interval passes. +* For wait times less than 65 seconds, the workflow doesn't offload execution data to the database. Instead, the process continues to run and the execution resumes after the specified interval passes. * The n8n server time is always used regardless of the timezone setting. Workflow timezone settings, and any changes made to them, don't affect the Wait node interval or specified time.