From d700ea88fc52f5cad7e31edf436f3c150e189d61 Mon Sep 17 00:00:00 2001 From: zanivan Date: Thu, 10 Oct 2024 19:09:16 -0300 Subject: [PATCH] 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}}