diff --git a/examples/svelte-kitchen-sink/src/stories/views/ButtonView.svelte b/examples/svelte-kitchen-sink/src/stories/views/ButtonView.svelte index f4b680dab85..7d9d840fd95 100644 --- a/examples/svelte-kitchen-sink/src/stories/views/ButtonView.svelte +++ b/examples/svelte-kitchen-sink/src/stories/views/ButtonView.svelte @@ -1,8 +1,10 @@
A little text to show this is a view. If we need to test components in a Svelte -environment, for instance to test slot behaviour, then wrapping the component up -in a view made just for the story is the simplest way to achieve this.
+ +A little text to show this is a view.
+If we need to test components in a Svelte +environment, for instance to test slot behaviour,
+then wrapping the component up in a view made
+just for the story is the simplest way to achieve this.