Skip to content

Commit

Permalink
Docs: remove a duplicated "be" in an accordion demo
Browse files Browse the repository at this point in the history
Closes gh-2233

Signed-off-by: divdeploy <chenguangxue@outlook.com>
  • Loading branch information
divdeploy committed Apr 12, 2024
1 parent 1374020 commit 4da7a30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demos/accordion/collapsible.html
Expand Up @@ -40,7 +40,7 @@ <h3>Section 4</h3>
</div>

<div class="demo-description">
<p>By default, accordions always keep one section open. To allow for all sections to be be collapsible, set the <code>collapsible</code> option to true. Click on the currently open section to collapse its content pane.</p>
<p>By default, accordions always keep one section open. To allow for all sections to be collapsible, set the <code>collapsible</code> option to true. Click on the currently open section to collapse its content pane.</p>
</div>
</body>
</html>

0 comments on commit 4da7a30

Please sign in to comment.