]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Fixes the wrong declaration of parameters for default!
authorharry <harmanmanchanda182@gmail.com>
Mon, 26 Jun 2017 19:25:51 +0000 (00:55 +0530)
committerharry <harmanmanchanda182@gmail.com>
Mon, 26 Jun 2017 19:25:51 +0000 (00:55 +0530)
docs/pages/xy-grid.md

index 66572ba46df96d6761b325841836228f7af88791..977c68de2eb592548dd756db22ea2238e5569b0f 100644 (file)
@@ -366,11 +366,11 @@ We also have a shorthand option for the above which outputs the same CSS:
 ### Custom Block Grid
 
 Use the `xy-grid-layout()` mixin to create your own block grid.
-By default the mixin takes 3 parameters:
+By default the mixin takes 2 parameters:
 - number of columns
 - child selector
 
-Refer to the Sass documentation below for the full list of arguements.
+Refer to the Sass documentation [below](#xy-grid-layout) for the full list of arguments.
 
 Here's an example: