diff --git a/docs/data/material/components/grid2/grid2.md b/docs/data/material/components/grid2/grid2.md index 43b5247302ab86..5ab1d1f7873a73 100644 --- a/docs/data/material/components/grid2/grid2.md +++ b/docs/data/material/components/grid2/grid2.md @@ -132,7 +132,7 @@ A nested grid container inherits the row and column spacing from its parent unle ### Inheriting columns -A nested grid container will inherit the columns from its parent unless the `columns` prop is specified to the instance. +A nested grid container inherits the columns from its parent unless the `columns` prop is specified to the instance. {{"demo": "NestedGridColumns.js", "bg": true}}