]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Typo in off-canvas.md 7077/head
authort0mburton <tom@tburton.co.uk>
Fri, 20 Nov 2015 19:57:10 +0000 (19:57 +0000)
committert0mburton <tom@tburton.co.uk>
Fri, 20 Nov 2015 19:57:10 +0000 (19:57 +0000)
cavnas => canvas

docs/pages/off-canvas.md

index 0bcec86b72cebd773f45baf995c216cae3c4b0fa..d07d3dd07e0c5a30ce404bfa9cb43c9ed74bfeb4 100644 (file)
@@ -23,7 +23,7 @@ To start, create two wrappers to house the page. These are necessary to prevent
 </body>
 ```
 
-Inside these wrapper, create an off-canvas menu with the class `.off-canvas` and the attribute `data-off-canvas`. The menu also needs a positioning class, which can be `.position-left` or `.position-right`. Lastly, make sure the off-cavnas has a unique ID so it can be targeted.
+Inside these wrapper, create an off-canvas menu with the class `.off-canvas` and the attribute `data-off-canvas`. The menu also needs a positioning class, which can be `.position-left` or `.position-right`. Lastly, make sure the off-canvas has a unique ID so it can be targeted.
 
 Along with the menu, the main content of your page will be housed in its own container with the class `.off-canvas-content` and attribute `data-off-canvas`.