Skip to content

Commit

Permalink
[docs] Fix typo in Grid docs (mui#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
2 people authored and Daniel Rabe committed Nov 29, 2022
1 parent 4bb8128 commit 5f85852
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 5f85852

Please sign in to comment.