From 308c4ceb475fef033ea87af5f772e1f35b4fb16d Mon Sep 17 00:00:00 2001 From: Rory Logue <87331957+rorylogue@users.noreply.github.com> Date: Thu, 11 Jan 2024 10:32:14 +0000 Subject: [PATCH] fix: spelling error dtails -> details (#2986) --- frontend/src/lib/components/flows/content/FlowInputs.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/lib/components/flows/content/FlowInputs.svelte b/frontend/src/lib/components/flows/content/FlowInputs.svelte index 3ddfba33c0..b9c4dd5af7 100644 --- a/frontend/src/lib/components/flows/content/FlowInputs.svelte +++ b/frontend/src/lib/components/flows/content/FlowInputs.svelte @@ -91,7 +91,7 @@ {#if kind == 'approval'}
- An approval step will suspend the execution of a flow until it has been approved through the resume endpoints or the approval page by and solely by the recipients of the secret urls. See dtails in 'Advanced' -> 'Suspend' settings of the step.

+ An approval step will suspend the execution of a flow until it has been approved through the resume endpoints or the approval page by and solely by the recipients of the secret urls. See details in 'Advanced' -> 'Suspend' settings of the step.

For further details, visit