diff --git a/site/content/examples/09-transitions/04-custom-js-transitions/App.svelte b/site/content/examples/09-transitions/04-custom-js-transitions/App.svelte index 835399fb8b..5e1ad9863c 100644 --- a/site/content/examples/09-transitions/04-custom-js-transitions/App.svelte +++ b/site/content/examples/09-transitions/04-custom-js-transitions/App.svelte @@ -12,7 +12,7 @@ } const text = node.textContent; - const duration = text.length / (speed * 0.01) ; + const duration = text.length / (speed * 0.01); return { duration,