Skip to content

Commit fadaa0b

Browse files
committed
👌 review feedback
1 parent e58c448 commit fadaa0b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/Accordion/MucAccordion.stories.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export default {
99
parameters: {
1010
docs: {
1111
description: {
12-
component: `The \`muc-accordion\` component offers the option of displaying content clearly in an accordion format. <br> A template with the following v-slot must be placed around the MucAccordionItems \`v-slot:default=“{onOpen, onClose, activeItems}”\`. <br> Each MucAccordionItem must be passed the following parameters with exactly this values: \`:active-items="activeItems"\` \`@open="onOpen"\` \`@close="onClose"\` . <br> For exmaple:
12+
component: `The \`muc-accordion\` component offers the option of displaying content clearly in an accordion format. <br> A template with the following v-slot must be placed around the MucAccordionItems \`v-slot:default=“{onOpen, onClose, activeItems}”\`. <br> Each MucAccordionItem must be passed the following parameters with exactly this values: \`:active-items="activeItems"\` \`@open="onOpen"\` \`@close="onClose"\` . <br> For example:
1313
<template v-slot:default="{onOpen, onClose, activeItems}">
1414
<MucAccordionItem
1515
id="accordion-item-1"

src/components/Accordion/MucAccordion.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ const {
4747
*/
4848
multiple?: boolean;
4949
/**
50-
* Id of default activ item
50+
* Id of default active item
5151
*/
5252
defaultItem?: string;
5353
}>();

0 commit comments

Comments
 (0)