From b6266b613dd7d5237bec81e9fc092db9ebda67bb Mon Sep 17 00:00:00 2001 From: zanivan Date: Thu, 10 Oct 2024 17:16:12 -0300 Subject: [PATCH] Fix typo --- docs/data/material/components/grid2/grid2.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/data/material/components/grid2/grid2.md b/docs/data/material/components/grid2/grid2.md index 983caa32c1398a..23443e4ab2fb88 100644 --- a/docs/data/material/components/grid2/grid2.md +++ b/docs/data/material/components/grid2/grid2.md @@ -126,13 +126,13 @@ Note that a nested grid container should be a direct child of another grid conta ### Inheriting spacing -A nested grid container will inherits the row and column spacing from its parent unless the `spacing` prop is specified to the instance. +A nested grid container will inherit the row and column spacing from its parent unless the `spacing` prop is specified to the instance. {{"demo": "NestedGrid.js", "bg": true}} ### Inheriting columns -A nested grid container will inherits the columns from its parent unless the `columns` prop is specified to the instance. +A nested grid container will inherit the columns from its parent unless the `columns` prop is specified to the instance. {{"demo": "NestedGridColumns.js", "bg": true}}