Skip to content

Commit 735b023

Browse files
authored
fix typo: Unknown pseudo selector 'lsat-child'. renamed to 'last-child'. (#601)
1 parent 766e768 commit 735b023

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/tutorial/common/src/app.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@
183183
margin-top: 0;
184184
}
185185

186-
progress:lsat-child {
186+
progress:last-child {
187187
margin-bottom: 0;
188188
}
189189

0 commit comments

Comments
 (0)