From f455af457abade5a97ae8299951ae2ce09a6b094 Mon Sep 17 00:00:00 2001 From: Hunter Johnston Date: Mon, 16 Dec 2024 11:31:50 -0500 Subject: [PATCH] docs: update highlighting --- docs/src/content/recipes/checkbox-groups.md | 4 ++-- docs/src/content/recipes/dynamic-fields.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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}