]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
docs: fix the id of the example code for the click trigger 10981/head
authorDaniel Ruf <daniel.ruf@ueberbit.de>
Fri, 23 Feb 2018 11:59:15 +0000 (12:59 +0100)
committerDaniel Ruf <daniel.ruf@ueberbit.de>
Fri, 23 Feb 2018 11:59:15 +0000 (12:59 +0100)
docs/pages/off-canvas.md

index 1aba0b6d66808376545f13b179da69dcf16c2387..42baffc30e3987b652a83c7e81125d7261ac2381 100644 (file)
@@ -105,7 +105,7 @@ To create a click trigger that opens the panel, add the attribute `data-open` or
 </div>
 
 ```html_example
-<button type="button" class="button" data-toggle="offCanvasLeft">Open Menu</button>
+<button type="button" class="button" data-toggle="offCanvas">Open Menu</button>
 ```
 
 ### Close Button