diff --git a/demos/accordion/collapsible.html b/demos/accordion/collapsible.html index 4e1595e99..671ba27a1 100644 --- a/demos/accordion/collapsible.html +++ b/demos/accordion/collapsible.html @@ -1,7 +1,7 @@
-Click headers to expand/collapse content broken into logical sections, much like tabs. Optionally, toggle sections open/closed on mouseover.
+Click headers to expand/collapse content that is broken into logical sections, much like tabs. Optionally, toggle sections open/closed on mouseover.
The underlying HTML markup is a series of headers (H3 tags) and content divs so the content is usable without JavaScript.