Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit 6c4ef59

Browse files
Update website/pages/accordion.mdx
1 parent 41c0c93 commit 6c4ef59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/pages/accordion.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ Pressing **`space`** or **`enter`** when the focus is on the `CAccordionHeader`
214214
| ------------- | --------------------------------- | ------- | --------------------------------------------------------------------------------------------------------- |
215215
| allowMultiple | `boolean` | `false` | If `true`, multiple accordion items can be expanded at once. |
216216
| allowToggle | `boolean` | `false` | If `true`, any expanded accordion item can be collapsed again. |
217-
| index | `Number` or `Array of Number` | 0 | The index(es) of the expanded accordion-item |
217+
| index | `Number` or `Array of Number` | 0 | The index(es) of the expanded accordion item |
218218
| defaultIndex | `Number` or `Array of Number` | | The initial index(es) of the expanded accordion item |
219219

220220
### Events

0 commit comments

Comments
 (0)