diff --git a/libs/components/src/lib/accordion/README.md b/libs/components/src/lib/accordion/README.md
index 1514f936b2..877d1dd7ca 100644
--- a/libs/components/src/lib/accordion/README.md
+++ b/libs/components/src/lib/accordion/README.md
@@ -425,8 +425,8 @@ Use the `closeAll` method on **Accordion** to programatically close all open Acc
-| Name | Type | Bubbles | Composed | Description |
-| -------- | ------------------------ | ------- | -------- | -------------------------------------------------------- |
+| Name | Type | Bubbles | Composed | Description |
+| ---------- | ------------------------ | ------- | -------- | -------------------------------------------------------- |
| **change** | `CustomEvent` | Yes | Yes | Fires a custom 'change' event when the button is invoked |
@@ -435,6 +435,6 @@ Use the `closeAll` method on **Accordion** to programatically close all open Acc
-| Name | Description |
-| --- | --- |
-| **icon** | Add an icon to the component |
\ No newline at end of file
+| Name | Description |
+| -------- | ---------------------------- |
+| **icon** | Add an icon to the component |