]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Fix minor typo in dropdown menu docs 8817/head
authorKevin Ball <kmball11@gmail.com>
Thu, 19 May 2016 20:44:52 +0000 (13:44 -0700)
committerKevin Ball <kmball11@gmail.com>
Thu, 19 May 2016 20:44:52 +0000 (13:44 -0700)
docs/pages/dropdown-menu.md

index f95c0d1088ce02869743c1e2daa6360f95017ac3..f7ad01d2580644ae1f09f8eb00aaafbf12220a3e 100644 (file)
@@ -161,7 +161,7 @@ Before the JavaScript on your page loads, the dropdown menus will not have arrow
 
 ```html
 <ul class="dropdown menu" data-dropdown-menu>
-  <li class=".is-dropdown-submenu-parent">
+  <li class="is-dropdown-submenu-parent">
     <a href="#">Item 1</a>
     <ul class="menu">
       <li><a href="#">Item 1A</a></li>
@@ -172,4 +172,4 @@ Before the JavaScript on your page loads, the dropdown menus will not have arrow
   <li><a href="#">Item 3</a></li>
   <li><a href="#">Item 4</a></li>
 </ul>
-```
\ No newline at end of file
+```