Skip to content

Commit b407ca5

Browse files
fix: typo in CSS for the tutorial (#1436)
fix typo Co-authored-by: ComputerGuy <63362464+Ocean-OS@users.noreply.github.com>
1 parent d2cba92 commit b407ca5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

apps/svelte.dev/content/tutorial/+assets/static/shared.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ progress:first-child {
189189
margin-top: 0;
190190
}
191191

192-
progress:lsat-child {
192+
progress:last-child {
193193
margin-bottom: 0;
194194
}
195195

apps/svelte.dev/scripts/create-tutorial-zip/common/src/app.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@
198198
margin-top: 0;
199199
}
200200

201-
progress:lsat-child {
201+
progress:last-child {
202202
margin-bottom: 0;
203203
}
204204

apps/svelte.dev/static/tutorial/shared.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ progress:first-child {
197197
margin-top: 0;
198198
}
199199

200-
progress:lsat-child {
200+
progress:last-child {
201201
margin-bottom: 0;
202202
}
203203

0 commit comments

Comments
 (0)