Skip to content

Commit

Permalink
[docs] Fix small typo on Grid2 page (#44062)
Browse files Browse the repository at this point in the history
Signed-off-by: Victor Zanivan Monteiro <[email protected]>
Co-authored-by: Sycamore <[email protected]>
  • Loading branch information
zanivan and samuelsycamore authored Oct 11, 2024
1 parent d527b7d commit 8129596
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/data/material/components/grid2/grid2.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}}

Expand Down

0 comments on commit 8129596

Please sign in to comment.