aboutsummaryrefslogtreecommitdiffstats
path: root/demos/accordion
diff options
context:
space:
mode:
authorRichard Worth <rdworth@gmail.com>2008-12-31 00:43:07 +0000
committerRichard Worth <rdworth@gmail.com>2008-12-31 00:43:07 +0000
commit95441ed80f25feb9b3f25f29eaf68022ba255007 (patch)
treeb8db29b6167516336ebeb968ff16388ddc0252f7 /demos/accordion
parent8ed5c40bfb055696c02c4bfa1da2b223370e0761 (diff)
downloadjquery-ui-95441ed80f25feb9b3f25f29eaf68022ba255007.tar.gz
jquery-ui-95441ed80f25feb9b3f25f29eaf68022ba255007.zip
demos: consistent spelling of collapsible
Diffstat (limited to 'demos/accordion')
-rw-r--r--demos/accordion/collapsible.html (renamed from demos/accordion/collapsable.html)4
-rw-r--r--demos/accordion/index.html2
2 files changed, 3 insertions, 3 deletions
diff --git a/demos/accordion/collapsable.html b/demos/accordion/collapsible.html
index e443960b4..68843a68e 100644
--- a/demos/accordion/collapsable.html
+++ b/demos/accordion/collapsible.html
@@ -1,7 +1,7 @@
<!doctype html>
<html lang="en">
<head>
- <title>jQuery UI Accordion - Collapsable Demo</title>
+ <title>jQuery UI Accordion - Collapsible Demo</title>
<link type="text/css" href="../demos.css" rel="stylesheet" />
<link type="text/css" href="../../themes/default/ui.all.css" rel="stylesheet" />
<script type="text/javascript" src="../../jquery-1.2.6.js"></script>
@@ -58,7 +58,7 @@
<div class="demo-description">
-<p>By default, accordions always keep one section open. To allow for all sections to be be collapsable, set the alwaysOpen option to false. Click on the currently open section to collapse the section in the example above.</p>
+<p>By default, accordions always keep one section open. To allow for all sections to be be collapsible, set the alwaysOpen option to false. Click on the currently open section to collapse the section in the example above.</p>
</div><!-- End demo-description -->
diff --git a/demos/accordion/index.html b/demos/accordion/index.html
index 4e1089e40..0422a6d6d 100644
--- a/demos/accordion/index.html
+++ b/demos/accordion/index.html
@@ -12,7 +12,7 @@
<li><a href="mouseover.html">Mouseover event</a></li>
<li><a href="fillspace.html">FillSpace example</a></li>
<li><a href="custom_icons.html">Custom icons</a></li>
- <li><a href="collapsable.html">Collapsable</a></li>
+ <li><a href="collapsible.html">Collapsible</a></li>
</ul>
</div>
</body>