Skip to content

Commit

Permalink
[docs] Fix typo (#15975)
Browse files Browse the repository at this point in the history
Edit: "generates the following class names you that can override:" -> "generates the following class names that you can override:"
  • Loading branch information
rick-software authored and oliviertassinari committed May 31, 2019
1 parent f6d1363 commit 07f9dd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/pages/styles/advanced/advanced.md
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ const useStyles = makeStyles({
}, { name: 'MuiButton' });
```

generates the following class names you that can override:
generates the following class names that you can override:

```css
.MuiButton-root { /**/ }
Expand Down

0 comments on commit 07f9dd7

Please sign in to comment.