Skip to content

Commit 5860c59

Browse files
ci: apply automated fixes
1 parent 6200332 commit 5860c59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/svelte/dynamic/src/App.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
<p>
1212
These components are using <strong>dynamic</strong> sizes. This means that each
1313
element's exact dimensions are unknown when rendered. An estimated dimension
14-
is used as the initial measurement, then this measurement is readjusted
15-
on the fly as each element is rendered.
14+
is used as the initial measurement, then this measurement is readjusted on the
15+
fly as each element is rendered.
1616
</p>
1717
<nav>
1818
<ul>

0 commit comments

Comments
 (0)