From a09800bb18ae1c3ec7eff5cdbed8917f94bf4c25 Mon Sep 17 00:00:00 2001 From: Carl Downing Date: Sun, 30 Jul 2023 14:27:09 -0700 Subject: [PATCH] componets --- Common/Types/Workflow/Components/Log.ts | 2 +- Common/Types/Workflow/Components/Webhook.ts | 2 +- Common/Types/Workflow/Components/Workflow.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Common/Types/Workflow/Components/Log.ts b/Common/Types/Workflow/Components/Log.ts index 6b0ec485a4..d9dfc88ab1 100644 --- a/Common/Types/Workflow/Components/Log.ts +++ b/Common/Types/Workflow/Components/Log.ts @@ -35,7 +35,7 @@ const components: Array = [ { title: 'Out', description: - 'Connect to this port if you want other componets to execute after tha value has been logged.', + 'Connect to this port if you want other components to execute after the value has been logged.', id: 'out', }, ], diff --git a/Common/Types/Workflow/Components/Webhook.ts b/Common/Types/Workflow/Components/Webhook.ts index 9a9342c1e5..f8c92da93d 100644 --- a/Common/Types/Workflow/Components/Webhook.ts +++ b/Common/Types/Workflow/Components/Webhook.ts @@ -48,7 +48,7 @@ const components: Array = [ { title: 'Out', description: - 'Connect to this port if you want other componets to execute after tha value has been logged.', + 'Connect to this port if you want other components to execute after the value has been logged.', id: 'out', }, ], diff --git a/Common/Types/Workflow/Components/Workflow.ts b/Common/Types/Workflow/Components/Workflow.ts index ece9153a69..b310fe7cca 100644 --- a/Common/Types/Workflow/Components/Workflow.ts +++ b/Common/Types/Workflow/Components/Workflow.ts @@ -34,7 +34,7 @@ const components: Array = [ { title: 'Out', description: - 'Connect to this port if you want other componets to execute after the workflow is triggered', + 'Connect to this port if you want other components to execute after the workflow is triggered', id: 'out', }, ],