componets

This commit is contained in:
Carl Downing 2023-07-30 14:27:09 -07:00
parent ffd8d215e5
commit a09800bb18
3 changed files with 3 additions and 3 deletions

View file

@ -35,7 +35,7 @@ const components: Array<ComponentMetadata> = [
{
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',
},
],

View file

@ -48,7 +48,7 @@ const components: Array<ComponentMetadata> = [
{
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',
},
],

View file

@ -34,7 +34,7 @@ const components: Array<ComponentMetadata> = [
{
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',
},
],