Skip to content

Commit

Permalink
[docs] Fix typo in Grid docs (#34475)
Browse files Browse the repository at this point in the history
Signed-off-by: Dustin-Digitar <113573618+Dustin-Digitar@users.noreply.github.com>
Co-authored-by: ZeeshanTamboli <zeeshan.tamboli@gmail.com>
  • Loading branch information
Dustin-Digitar and ZeeshanTamboli committed Sep 26, 2022
1 parent 896947d commit 556a607
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/data/material/components/grid/grid.md
Expand Up @@ -133,7 +133,7 @@ https://www.w3.org/TR/css-flexbox-1/#box-model

{{"demo": "NestedGrid.js", "bg": true}}

⚠️ Defining an explicit width to a Grid element that is flex container, flex item, and has spacing at the same time lead to unexpected behavior, avoid doing it:
⚠️ Defining an explicit width to a Grid element that is flex container, flex item, and has spacing at the same time leads to unexpected behavior, avoid doing it:

```jsx
<Grid spacing={1} container item xs={12}>
Expand Down

0 comments on commit 556a607

Please sign in to comment.