From 23d355ad9a5f66fcb934e1b130591f357d6ce6bb Mon Sep 17 00:00:00 2001
From: Jamin Roberts <58916292+jaminwebdev@users.noreply.github.com>
Date: Thu, 30 Jan 2025 15:28:55 -0600
Subject: [PATCH] Update 31-legacy-svelte-self.md
Addresses https://github.com/sveltejs/svelte/issues/15160
---
documentation/docs/99-legacy/31-legacy-svelte-self.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/documentation/docs/99-legacy/31-legacy-svelte-self.md b/documentation/docs/99-legacy/31-legacy-svelte-self.md
index bfd140ac49dc..5c8c47ffb425 100644
--- a/documentation/docs/99-legacy/31-legacy-svelte-self.md
+++ b/documentation/docs/99-legacy/31-legacy-svelte-self.md
@@ -8,7 +8,7 @@ It cannot appear at the top level of your markup; it must be inside an if or eac
```svelte
{#if count > 0}
@@ -25,7 +25,7 @@ It cannot appear at the top level of your markup; it must be inside an if or eac
>
>
>
> {#if count > 0}