From: Nicolas Coden Date: Sat, 16 Jun 2018 08:17:02 +0000 (+0200) Subject: Use pull request #11272 from ncoden/docs/acccordion-typo-11271 for v6.5.0 X-Git-Tag: v6.5.0-rc.1^2~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b852822361ac2641c58de4eae44e7a87de64e016;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Use pull request #11272 from ncoden/docs/acccordion-typo-11271 for v6.5.0 cf9cf7d7b docs: fix typo in Accordion docs Signed-off-by: Nicolas Coden --- diff --git a/docs/pages/accordion-menu.md b/docs/pages/accordion-menu.md index ea51b7221..e2308d6ad 100644 --- a/docs/pages/accordion-menu.md +++ b/docs/pages/accordion-menu.md @@ -70,7 +70,7 @@ Any `` will behave like a standard link. However, any `` paired with a nes ## Submenu Toggle -Accordion menus can have a seperate submenu toggle. This allows the parent item to have its own link, but still allows the submenu to be opened/closed. +Accordion menus can have a separate submenu toggle. This allows the parent item to have its own link, but still allows the submenu to be opened/closed. You need to add the class `accordion-menu` as well as the data attribute `data-submenu-toggle="true"` for this to work correctly. ```html