diff --git a/frontend/src/lib/components/flows/content/FlowInputs.svelte b/frontend/src/lib/components/flows/content/FlowInputs.svelte
index ac4434b84f..495c31b2ee 100644
--- a/frontend/src/lib/components/flows/content/FlowInputs.svelte
+++ b/frontend/src/lib/components/flows/content/FlowInputs.svelte
@@ -81,7 +81,7 @@
Trigger script
- Used as a first step most commonly with an intenal state and a schedule to watch for changes
+ Used as a first step most commonly with an internal state and a schedule to watch for changes
on an external system, compute the diff since last time, set the new state. The diffs are
then treated one by one with a for-loop.