]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Update accordion-menu.md 8331/head
authorgktowle <geoff@incubox.com>
Thu, 3 Mar 2016 23:32:41 +0000 (15:32 -0800)
committergktowle <geoff@incubox.com>
Thu, 3 Mar 2016 23:32:41 +0000 (15:32 -0800)
typo

docs/pages/accordion-menu.md

index 656e8e333a9d4fb95b47a07b2dd0586479bd8043..f271fe06f3c3fcb76df4a680f0f547fa77325f0d 100644 (file)
@@ -12,7 +12,7 @@ Accordion menus follow the basic [Menu](menu.html) syntax of `<ul>`, `<li>`, and
 Any `<a>` will behave like a standard link. However, any `<a>` paired with a nested `<ul>` menu will then slide that sub-menu up and down when clicked on.
 
 <div class="primary callout">
-  <p>You can use the build-in <code>.nested</code> class to add an indent to a nested menu.</p>
+  <p>You can use the built-in <code>.nested</code> class to add an indent to a nested menu.</p>
 </div>
 
 <div class="primary callout">