From: Pete Cooper Date: Sat, 23 Jan 2016 23:45:39 +0000 (+0000) Subject: data-hidefor typo X-Git-Tag: v6.2.1~15^2~8^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ef602584f5db8ffae238da2484cf1560451b22c;p=thirdparty%2Ffoundation%2Ffoundation-sites.git data-hidefor typo --- diff --git a/docs/pages/responsive-navigation.md b/docs/pages/responsive-navigation.md index 0dd3a848b..8023b0cb0 100644 --- a/docs/pages/responsive-navigation.md +++ b/docs/pages/responsive-navigation.md @@ -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.

Scale your browser down to see the toggle happen.