diff --git a/examples/svelte/dynamic/src/App.svelte b/examples/svelte/dynamic/src/App.svelte index 21e802ac..b73b876f 100644 --- a/examples/svelte/dynamic/src/App.svelte +++ b/examples/svelte/dynamic/src/App.svelte @@ -10,9 +10,9 @@

These components are using dynamic sizes. This means that each - element's exact dimensions are unknown when rendered. An estimated dimension - is used as the initial measurement, then this measurement is readjusted on the - fly as each element is rendered. + element's exact dimensions are unknown when rendered. An estimated dimension is + used as the initial measurement, then this measurement is readjusted on the fly + as each element is rendered.