diff --git a/app/svelte/src/client/parse-stories.js b/app/svelte/src/client/parse-stories.js
index 11c6fb83ec97..298bcc4534d0 100644
--- a/app/svelte/src/client/parse-stories.js
+++ b/app/svelte/src/client/parse-stories.js
@@ -11,8 +11,8 @@ import RenderContext from './components/RenderContext.svelte';
* the rendering of every and but instead
* collects names and properties.
*
- * For every discovered , it creates a storyFun which
- * instanciate the main Stories component: Every Story but
+ * For every discovered , it creates a storyFn which
+ * instantiate the main Stories component: Every Story but
* the one selected is disabled.
*/