From b852822361ac2641c58de4eae44e7a87de64e016 Mon Sep 17 00:00:00 2001 From: Nicolas Coden Date: Sat, 16 Jun 2018 10:17:02 +0200 Subject: [PATCH] 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 --- docs/pages/accordion-menu.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2