From: Nicolas Coden Date: Wed, 16 May 2018 20:55:47 +0000 (+0200) Subject: docs: fix typo in Accordion docs X-Git-Tag: v6.6.0~3^2~182^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf9cf7d7b;p=thirdparty%2Ffoundation%2Ffoundation-sites.git docs: fix typo in Accordion docs Closes https://github.com/zurb/foundation-sites/issues/11271 --- 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