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 b53e610b7..635361b26 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 <strong>alwaysOpen</strong> option to false. 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 be collapsible, set the <code>alwaysOpen</code> option to false. Click on the currently open section to collapse its content pane.</p> </div><!-- End demo-description --> |