From b6266b613dd7d5237bec81e9fc092db9ebda67bb Mon Sep 17 00:00:00 2001 From: zanivan Date: Thu, 10 Oct 2024 17:16:12 -0300 Subject: [PATCH 1/4] 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}} From ee9d9bd34fc4e70f396fa2de7abfb2a1e8cc66e2 Mon Sep 17 00:00:00 2001 From: zanivan Date: Thu, 10 Oct 2024 17:48:05 -0300 Subject: [PATCH 2/4] Rerun tests From 62db11f12991f3c42a549cf5fce33e9e5a84cb7b Mon Sep 17 00:00:00 2001 From: Victor Zanivan Monteiro Date: Thu, 10 Oct 2024 19:07:02 -0300 Subject: [PATCH 3/4] Sam feedback Co-authored-by: Sycamore <71297412+samuelsycamore@users.noreply.github.com> Signed-off-by: Victor Zanivan Monteiro --- docs/data/material/components/grid2/grid2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}} From d700ea88fc52f5cad7e31edf436f3c150e189d61 Mon Sep 17 00:00:00 2001 From: zanivan Date: Thu, 10 Oct 2024 19:09:16 -0300 Subject: [PATCH 4/4] Set it to present tense --- docs/data/material/components/grid2/grid2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}}