Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zanivan committed Oct 10, 2024
1 parent f1058e6 commit b6266b6
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 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}}

Expand Down

0 comments on commit b6266b6

Please sign in to comment.