From 81295967531bb212fc3201f9827950da344f2c49 Mon Sep 17 00:00:00 2001 From: Victor Zanivan Monteiro Date: Fri, 11 Oct 2024 07:42:16 -0300 Subject: [PATCH] [docs] Fix small typo on Grid2 page (#44062) Signed-off-by: Victor Zanivan Monteiro Co-authored-by: Sycamore <71297412+samuelsycamore@users.noreply.github.com> --- 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..5ab1d1f7873a73 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 inherits 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 inherits the columns from its parent unless the `columns` prop is specified to the instance. {{"demo": "NestedGridColumns.js", "bg": true}}