diff options
Diffstat (limited to 'demos/accordion/collapsible.html')
-rw-r--r-- | demos/accordion/collapsible.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/accordion/collapsible.html b/demos/accordion/collapsible.html index 8c98c6cc0..4e1595e99 100644 --- a/demos/accordion/collapsible.html +++ b/demos/accordion/collapsible.html @@ -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 collapsible, 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 <strong>alwaysOpen</strong> option to false. Click on the currently open section to collapse its content pane.</p> </div><!-- End demo-description --> |