diff options
Diffstat (limited to 'docs/components')
| -rw-r--r-- | docs/components/collapse.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/components/collapse.md b/docs/components/collapse.md index f48efd9cc..18d1c1298 100644 --- a/docs/components/collapse.md +++ b/docs/components/collapse.md @@ -43,7 +43,7 @@ You can use a link with the `href` attribute, or a button with the `data-target` Extend the default collapse behavior to create an accordion. {% example html %} -<div id="accordion" role="tablist" aria-multiselectable="true"> +<div id="accordion" role="tablist"> <div class="card"> <div class="card-header" role="tab" id="headingOne"> <h5 class="mb-0"> |
