Skip to content

Commit 68ad188

Browse files
authored
site: todos in animate tutorial render weird due to typo (#8952)
* svelte.dev/tutorial/animate - todos render weird on chrome without display: block; * fix typo
1 parent 66593c6 commit 68ad188

File tree

1 file changed

+1
-1
lines changed
  • documentation/tutorial/11-animations/01-animate/app-a

1 file changed

+1
-1
lines changed

documentation/tutorial/11-animations/01-animate/app-a/App.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
}
105105
106106
label {
107-
dislay: block;
107+
display: block;
108108
position: relative;
109109
line-height: 1.2;
110110
padding: 0.5em 2.5em 0.5em 2em;

0 commit comments

Comments
 (0)