]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Use pull request #11272 from ncoden/docs/acccordion-typo-11271 for v6.5.0
authorNicolas Coden <nicolas@ncoden.fr>
Sat, 16 Jun 2018 08:17:02 +0000 (10:17 +0200)
committerNicolas Coden <nicolas@ncoden.fr>
Sat, 16 Jun 2018 21:02:24 +0000 (23:02 +0200)
cf9cf7d7b docs: fix typo in Accordion docs

Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
docs/pages/accordion-menu.md

index ea51b7221f37cdb32eaee1422b8f8297b19f296d..e2308d6adc6eba3c3938b75737250fdc2fe7ef6f 100644 (file)
@@ -70,7 +70,7 @@ Any `<a>` will behave like a standard link. However, any `<a>` 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