Skip to content

Commit

Permalink
[docs] Fix grammar in Grid docs (mui#34476)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dustin-Digitar authored and alexfauquette committed Oct 14, 2022
1 parent 841f692 commit 6be8e11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/data/material/components/grid/grid.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,8 @@ The spacing between items is implemented with a negative margin. This might lead
### white-space: nowrap

The initial setting on flex items is `min-width: auto`.
It's causing a positioning conflict when the children is using `white-space: nowrap;`.
You can experience the issue with:
This causes a positioning conflict when children use `white-space: nowrap;`.
You can reproduce the issue with:

```jsx
<Grid item xs>
Expand Down

0 comments on commit 6be8e11

Please sign in to comment.