diff --git a/CONTENT.md b/CONTENT.md
index 8278c3e9d..02598588c 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 e06749c79..4026ad8bb 100644
--- a/src/lib/components/Accordion/Item.svelte
+++ b/src/lib/components/Accordion/Item.svelte
@@ -8,12 +8,12 @@