]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
docs: fix typo in Accordion docs 11272/head
authorNicolas Coden <nicolas@ncoden.fr>
Wed, 16 May 2018 20:55:47 +0000 (22:55 +0200)
committerNicolas Coden <nicolas@ncoden.fr>
Wed, 16 May 2018 20:55:47 +0000 (22:55 +0200)
Closes https://github.com/zurb/foundation-sites/issues/11271

docs/pages/accordion-menu.md

index f06fd0d855bf5a9b0b783d48eedacf8f97424ffb..d03b77a6e1433dbeb19b8b0526a7672d7f7c376b 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