From cf9cf7d7b3bb221c5395f9d13952d4e510221785 Mon Sep 17 00:00:00 2001 From: Nicolas Coden Date: Wed, 16 May 2018 22:55:47 +0200 Subject: [PATCH] docs: fix typo in Accordion docs Closes https://github.com/zurb/foundation-sites/issues/11271 --- 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 f06fd0d85..d03b77a6e 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