]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
data-hidefor typo 7981/head
authorPete Cooper <pete@petecoop.co.uk>
Sat, 23 Jan 2016 23:45:39 +0000 (23:45 +0000)
committerPete Cooper <pete@petecoop.co.uk>
Sat, 23 Jan 2016 23:45:39 +0000 (23:45 +0000)
docs/pages/responsive-navigation.md

index 0dd3a848bb3c0c8937d3aa1c03cb284f858d30d9..8023b0cb031654f58e9af52fa1871d10767f4642 100644 (file)
@@ -66,7 +66,7 @@ In Foundation 5, the top bar combined this menu toggling concept into one plugin
 
 To set it up, first give your menu a unique ID. (You don't even need to use Menu! Any element will work.) Next, add a title bar with the class `.title-bar` and the attribute `data-responsive-toggle`. The value of `data-responsive-toggle` should be the ID of the menu you're toggling.
 
-By default, the title bar will be visible on small screens, and the Menu hides. At the medium breakpoint, the title bar disappears, and the menu is always visible. This breakpoint can be changed with the `data-hidefor` attribute in HTML, or the `hideFor` setting in JavaScript.
+By default, the title bar will be visible on small screens, and the Menu hides. At the medium breakpoint, the title bar disappears, and the menu is always visible. This breakpoint can be changed with the `data-hide-for` attribute in HTML, or the `hideFor` setting in JavaScript.
 
 <div class="primary callout show-for-medium">
   <p>Scale your browser down to see the toggle happen.</p>