From a70a3b26f0efef83227670793cd2fa94a062b933 Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Sat, 6 Aug 2022 14:17:58 +0200 Subject: [PATCH] typos --- frontend/src/lib/components/FlowEditor.svelte | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/frontend/src/lib/components/FlowEditor.svelte b/frontend/src/lib/components/FlowEditor.svelte index dbc8b2de5f..0ff797d2e8 100644 --- a/frontend/src/lib/components/FlowEditor.svelte +++ b/frontend/src/lib/components/FlowEditor.svelte @@ -65,10 +65,11 @@ {#if i == 0 && $mode == 'pull'}
- Starting from here, the flow for loop over items from the 1rst step's result right above -   We will support arbitrary for-loops very soon (See #350) +

+ Starting from here, the flow for loop over items from the 1rst step's result right above +  
We do not support any other kind of for-loop at the moment but we will very + soon (See #350) +

This flow being in 'Pull' mode, the rest of the flow will for loop over the list of items returned by the trigger script right above. Retrieve the item value using