From d4e77978d9ffd865b345ce5e2be0608b5912cbf7 Mon Sep 17 00:00:00 2001 From: Jesse Winton Date: Tue, 24 Dec 2024 11:09:37 -0800 Subject: [PATCH] fix typo, update accordion title --- CONTENT.md | 2 +- src/lib/components/Accordion/Item.svelte | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTENT.md b/CONTENT.md index 8278c3e9d0..02598588cb 100644 --- a/CONTENT.md +++ b/CONTENT.md @@ -296,7 +296,7 @@ Configure FCM for push notification to Android and Apple devices. #### Accordions -Use accordions to reduce page size and collapse information that's not important when a reader is skilling the page. +Use accordions to reduce page size and collapse information that's not important when a reader is scrolling the page. ``` {% accordion %} diff --git a/src/lib/components/Accordion/Item.svelte b/src/lib/components/Accordion/Item.svelte index e06749c793..4026ad8bb3 100644 --- a/src/lib/components/Accordion/Item.svelte +++ b/src/lib/components/Accordion/Item.svelte @@ -8,12 +8,12 @@ - {title} + {title}
-
+