diff --git a/docs/data/material/components/grid2/grid2.md b/docs/data/material/components/grid2/grid2.md index 23443e4ab2fb88..43b5247302ab86 100644 --- a/docs/data/material/components/grid2/grid2.md +++ b/docs/data/material/components/grid2/grid2.md @@ -126,7 +126,7 @@ Note that a nested grid container should be a direct child of another grid conta ### Inheriting spacing -A nested grid container will inherit the row and column spacing from its parent unless the `spacing` prop is specified to the instance. +A nested grid container inherits the row and column spacing from its parent unless the `spacing` prop is specified to the instance. {{"demo": "NestedGrid.js", "bg": true}}