aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordivdeploy <166095818+divdeploy@users.noreply.github.com>2024-04-12 23:12:36 +0800
committerGitHub <noreply@github.com>2024-04-12 17:12:36 +0200
commit4da7a30ff4d3ebd733fa538a0253d114ca0fc348 (patch)
tree74c1eff11d80bbb0fec2e14f0ad4d18067453f7d
parent1374020009d3168d61d1188e581eee8d15623632 (diff)
downloadjquery-ui-4da7a30ff4d3ebd733fa538a0253d114ca0fc348.tar.gz
jquery-ui-4da7a30ff4d3ebd733fa538a0253d114ca0fc348.zip
Docs: remove a duplicated "be" in an accordion demo
Closes gh-2233 Signed-off-by: divdeploy <chenguangxue@outlook.com>
-rw-r--r--demos/accordion/collapsible.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/accordion/collapsible.html b/demos/accordion/collapsible.html
index 8b1a24ccf..e4c3e8ea3 100644
--- a/demos/accordion/collapsible.html
+++ b/demos/accordion/collapsible.html
@@ -40,7 +40,7 @@
</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>