From b2e7c35fa5dd6be6ff031a3fc8424f2477a28fd8 Mon Sep 17 00:00:00 2001 From: Chew Tee Ming Date: Thu, 31 Jul 2025 12:04:51 +0800 Subject: [PATCH] fix typo --- apps/svelte.dev/content/tutorial/+assets/static/shared.css | 2 +- apps/svelte.dev/scripts/create-tutorial-zip/common/src/app.html | 2 +- apps/svelte.dev/static/tutorial/shared.css | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/svelte.dev/content/tutorial/+assets/static/shared.css b/apps/svelte.dev/content/tutorial/+assets/static/shared.css index 36ef044cac..a974c923f2 100644 --- a/apps/svelte.dev/content/tutorial/+assets/static/shared.css +++ b/apps/svelte.dev/content/tutorial/+assets/static/shared.css @@ -189,7 +189,7 @@ progress:first-child { margin-top: 0; } -progress:lsat-child { +progress:last-child { margin-bottom: 0; } diff --git a/apps/svelte.dev/scripts/create-tutorial-zip/common/src/app.html b/apps/svelte.dev/scripts/create-tutorial-zip/common/src/app.html index e31277a33f..c4e765707b 100644 --- a/apps/svelte.dev/scripts/create-tutorial-zip/common/src/app.html +++ b/apps/svelte.dev/scripts/create-tutorial-zip/common/src/app.html @@ -198,7 +198,7 @@ margin-top: 0; } - progress:lsat-child { + progress:last-child { margin-bottom: 0; } diff --git a/apps/svelte.dev/static/tutorial/shared.css b/apps/svelte.dev/static/tutorial/shared.css index a06f98cd47..f48333eb03 100644 --- a/apps/svelte.dev/static/tutorial/shared.css +++ b/apps/svelte.dev/static/tutorial/shared.css @@ -197,7 +197,7 @@ progress:first-child { margin-top: 0; } -progress:lsat-child { +progress:last-child { margin-bottom: 0; }