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', }, ],