From: t0mburton Date: Fri, 20 Nov 2015 19:57:10 +0000 (+0000) Subject: Typo in off-canvas.md X-Git-Tag: v6.0.3~4^2^2 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=refs%2Fpull%2F7077%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Typo in off-canvas.md cavnas => canvas --- diff --git a/docs/pages/off-canvas.md b/docs/pages/off-canvas.md index 0bcec86b7..d07d3dd07 100644 --- a/docs/pages/off-canvas.md +++ b/docs/pages/off-canvas.md @@ -23,7 +23,7 @@ To start, create two wrappers to house the page. These are necessary to prevent ``` -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`.