From 36903fea69c3265c944a3443594b68dc1b555c35 Mon Sep 17 00:00:00 2001 From: Trevor Date: Sun, 6 Jan 2019 11:34:48 +0900 Subject: [PATCH] Run yarn docs:api --- pages/api/grid.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/api/grid.md b/pages/api/grid.md index c9dbd34482013b..47ddc06f7f5812 100644 --- a/pages/api/grid.md +++ b/pages/api/grid.md @@ -30,7 +30,7 @@ import Grid from '@material-ui/core/Grid'; | lg | enum: false, 'auto', true, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12
| false | Defines the number of grids the component is going to use. It's applied for the `lg` breakpoint and wider screens if not overridden. | | md | enum: false, 'auto', true, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12
| false | Defines the number of grids the component is going to use. It's applied for the `md` breakpoint and wider screens if not overridden. | | sm | enum: false, 'auto', true, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12
| false | Defines the number of grids the component is going to use. It's applied for the `sm` breakpoint and wider screens if not overridden. | -| spacing | enum: 1, 2, 3, 4, 5, 6, 7, 8
| 0 | Defines the space between the type `item` component. It can only be used on a type `container` component. | +| spacing | enum: 0, 1, 2, 3, 4, 5, 6, 7, 8
| 0 | Defines the space between the type `item` component. It can only be used on a type `container` component. | | wrap | enum: 'nowrap' |
 'wrap' |
 'wrap-reverse'
| 'wrap' | Defines the `flex-wrap` style property. It's applied for all screen sizes. | | xl | enum: false, 'auto', true, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12
| false | Defines the number of grids the component is going to use. It's applied for the `xl` breakpoint and wider screens. | | xs | enum: false, 'auto', true, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12
| false | Defines the number of grids the component is going to use. It's applied for all the screen sizes with the lowest priority. |