diff --git a/docs/guide/forms.md b/docs/guide/forms.md index ffaabd6..53d8e18 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