From a4daa9564b6ff31743554ffbe78df2f8b97342a1 Mon Sep 17 00:00:00 2001 From: Svyatoslav Kryukov Date: Mon, 6 Oct 2025 15:26:14 +0400 Subject: [PATCH] Docs: fix Svelte tabs names --- docs/guide/forms.md | 22 +++++++++++----------- docs/guide/prefetching.md | 6 +++--- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/guide/forms.md b/docs/guide/forms.md index ffaabd6a..53d8e187 100644 --- a/docs/guide/forms.md +++ b/docs/guide/forms.md @@ -48,7 +48,7 @@ export default () => ( Just like a traditional HTML form, there is no need to attach an `onChange` handler to your input fields, just give each input a `name` attribute and a `defaultValue` (if applicable) and the `Form` component will handle the data submission for you. -== Svelte 4 | Svelte 5 +== Svelte 4| Svelte 5 ```svelte