]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Fix typo in top bar docs
authorGeoff Kimball <geoff@zurb.com>
Mon, 25 Jan 2016 18:11:46 +0000 (10:11 -0800)
committerGeoff Kimball <geoff@zurb.com>
Mon, 25 Jan 2016 18:11:46 +0000 (10:11 -0800)
docs/pages/top-bar.md

index d36f9094cc8e01bbacb16f520651132e332e30b0..da3f3f58f13de33526838da2cdb6203169eb295c 100644 (file)
@@ -51,7 +51,7 @@ You can further divide a top bar into a title area and content area. Use the `.t
   <div class="top-bar-title"></div>
   <div>
     <div class="top-bar-left"></div>
-    <div class="top-bar-left"></div>
+    <div class="top-bar-right"></div>
   </div>
 </div>
 ```