Skip to content

Commit

Permalink
docs: fix typo in Accordion docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ncoden committed May 16, 2018
1 parent dc02330 commit cf9cf7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/accordion-menu.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cf9cf7d

Please sign in to comment.