diff --git a/frontend/src/lib/components/FlowEditor.svelte b/frontend/src/lib/components/FlowEditor.svelte
index c83d556f47..dbc8b2de5f 100644
--- a/frontend/src/lib/components/FlowEditor.svelte
+++ b/frontend/src/lib/components/FlowEditor.svelte
@@ -65,7 +65,10 @@
{#if i == 0 && $mode == 'pull'}
- Starting from here, the flow for loop over items from step 1's result above
+ 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)
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