diff --git a/docs/src/content/recipes/checkbox-groups.md b/docs/src/content/recipes/checkbox-groups.md index 7c9f76e..5a9fa56 100644 --- a/docs/src/content/recipes/checkbox-groups.md +++ b/docs/src/content/recipes/checkbox-groups.md @@ -100,7 +100,7 @@ Now that our SuperForm is initialized, we can use it to construct our checkbox g We'll first import the components we'll need from Formsnap, and then setup a `form` element with the `enhance` action to progressively enhance the form with client-side validation. -```svelte title="+page.svelte" {5,15-18} +```svelte title="+page.svelte" {5-13,15-19}