From 9146ee88e8e6b17ab88e1fd5e46b61e6f6eba064 Mon Sep 17 00:00:00 2001 From: TaylorJ76 Date: Wed, 6 Nov 2024 15:12:59 +0000 Subject: [PATCH] chore: formatting --- libs/components/src/lib/accordion/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 |