Skip to content

Commit

Permalink
[docs] Fix typo (#11787)
Browse files Browse the repository at this point in the history
* Fixed typo.

"style shee" => "style sheet"

* one more type
  • Loading branch information
BenDiuguid authored and oliviertassinari committed Jun 9, 2018
1 parent 9b113dd commit a5df649
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/src/pages/customization/themes/OverridesCss.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import Button from '@material-ui/core/Button';

const theme = createMuiTheme({
overrides: {
// Name of the component ⚛️ / style shee
// Name of the component ⚛️ / style sheet
MuiButton: {
// Name of the rule
root: {
Expand Down
2 changes: 1 addition & 1 deletion docs/src/pages/customization/themes/themes.md
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ That's a really powerful feature.
```js
const theme = createMuiTheme({
overrides: {
MuiButton: { // Name of the component ⚛️ / style shee
MuiButton: { // Name of the component ⚛️ / style sheet
root: { // Name of the rule
color: 'white', // Some CSS
},
Expand Down

0 comments on commit a5df649

Please sign in to comment.